Go to file
2023-11-16 15:32:29 +01:00
group_vars Solved systemctl bug and changed color fading algorythm 2023-05-28 16:56:00 +02:00
roles Renamed health services 2023-11-16 15:32:29 +01:00
.gitignore Refactored docker roles 2023-04-26 11:52:11 +02:00
playbook.yml Renamed health services 2023-11-16 15:32:29 +01:00
README.md Renamed health services 2023-11-16 15:32:29 +01:00
requirements.yml Removed pc_ for better overview 2023-08-22 22:46:37 +02:00

Computer Playbook

License: AGPL v3

Ansible software to setup and administrate applications and docker images on Linux computers.

With this tool you can setup all of the following application on bare metal servers and personal computers

Bare Metal Servers

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.

Personal Computers

This playbooks offers the setup of Manjaro GNOME clients.

Included Applications

Setup

Run:

ansible-galaxy collection install -r requirements.yml

Author

Kevin Veen-Birkenbach

License

This project is licensed under the GNU Affero General Public License v3.0. The full license text is available in the LICENSE file of this repository.

todo

See