Kevin Veen-Birkenbach 2c76f99dd1 Add 'client-playbook/' from commit '13f29ce5f74bba0376e04189e757cb9718cf2f93'
git-subtree-dir: client-playbook
git-subtree-mainline: e763d135707241dc1eb8ec9ea919550b3f17fef6
git-subtree-split: 13f29ce5f74bba0376e04189e757cb9718cf2f93
2023-04-18 14:42:10 +02:00
2023-04-16 15:34:06 +02:00
2023-03-24 14:49:07 +01:00

Server-Playbook

License: AGPL v3

Ansible software to setup and administrate applications and docker images on Linux servers. With this tool you can setup all of the following application on an root dedicated server in less then 4 hours.

Included Applications

Docker Applications

This software allows to setup the docker following applications:

Native Applications

This software shipts the following tools which are natively setup on the server:

Server Administration

Cleanup docker

bash docker stop $(docker ps -aq); docker rm $(docker ps -aq); docker volume rm $(docker volume ls -q);

Restart

To mercifull restart the server and to prevent data lost type in:

bash docker stop $(docker ps -a -q) && systemctl stop docker && shutdown -r +2 "The system will shutdown in 2 minutes"

May it's neccessary to restart some of the the docker containers manual afterwards.

Description
No description provided
Readme 5.4 MiB
Languages
Jinja 87.3%
Python 9.8%
Shell 2.7%
Dockerfile 0.2%