Ansible playbooks to manage the IT infrastructure
Find a file
2025-03-28 23:13:30 +01:00
etc/ansible Actualiser etc/ansible/hosts 2024-01-20 12:50:13 +01:00
misc Actualiser misc/ntfy-ssh 2024-01-20 12:53:23 +01:00
playbooks Actualiser playbooks/containers-update.yml 2025-03-28 23:13:30 +01:00
LICENSE Initial commit 2023-04-10 12:08:04 +02:00
README.md Actualiser README.md 2025-03-28 22:55:04 +01: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

Hosts' public keys must be added to the root's know_hosts.

Run playbooks

The ssh credentials can be specified interactively:

ansible-playbook <playbook>.yml -k