Go to file
2023-04-18 15:08:42 +02:00
group_vars optimized configuration of free disc space and added to calendar 2023-04-16 13:36:45 +02:00
roles Merged client playbook and server playbook 2023-04-18 14:52:43 +02:00
.gitignore Excluded configuration files from repository 2020-12-25 11:55:46 +01:00
pc_requirements.yml Merged client playbook and server playbook 2023-04-18 14:52:43 +02:00
playbook.yml Merged client playbook and server playbook 2023-04-18 14:52:43 +02:00
README.md Merged README.mds 2023-04-18 15:08:42 +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

See