Ansible playbooks to manage the IT infrastructure
Find a file
2024-01-20 12:50:13 +01:00
etc/ansible Actualiser etc/ansible/hosts 2024-01-20 12:50:13 +01:00
containers-update.yml Actualiser containers-update.yml 2024-01-20 12:48:55 +01:00
LICENSE Initial commit 2023-04-10 12:08:04 +02:00
ntfy-ssh add ntfy 2023-08-03 10:20:03 +02:00
README.md add install instructions 2023-04-10 12:31:07 +02:00
systems-update.yml add playbook for containers update 2023-06-13 01:13:10 +02:00

ansible-playbooks

Ansible playbooks to manage the IT infrastructure.

Install Ansible

Using the dnf package manager:

sudo dnf install ansible

Configure hosts

Make sure to define the hosts in /etc/ansible/hosts:

[serversgroup]
<hostname or IP address> ansible_user=ansible

Run playbooks

The ssh credentials can be specified interactively:

ansible-playbook <playbook>.yml -k