Skip to content

snek-at/cloud

Repository files navigation

Setup and Management

Basic Configuration

Set Language and Time

echo 'photonq' > /etc/hostname
localectl set-locale LANG=en_US.UTF-8
ln -sfn /usr/share/zoneinfo/UTC /etc/localtime

Add Extra Packages for Enterprise Linux

dnf distro-sync -y
dnf install epel-release -y
dnf install epel-release -y

User Setup

ansible

User with sudo

podman

User for unprivileged container management

Podman Setup

Systemd Setup

Podman Management

List all Container
podman ps -a
Stop all Container
podman stop -a
Remove all Container
podman rm -a
Remove all Images
podman rmi -a

Ansible Management

Vault

Scripts

Deploy

deploy.sh

Enable SSH

enable_ssh_pass.sh

Setup Local und Remote

setup.sh

Get Service Status

status.sh

Get Detailed Service Status

status_detailed.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published