add install instructions

This commit is contained in:
Pierre Guillod 2023-04-10 12:31:07 +02:00
parent 82b62fe425
commit 3ef2da540b
Signed by: pierre
GPG Key ID: B00B454469924EDF
1 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,14 @@
Ansible playbooks to manage the IT infrastructure.
## Install Ansible
Using the `dnf` package manager:
```sh
sudo dnf install ansible
```
## Configure hosts
Make sure to define the hosts in `/etc/ansible/hosts`:
@ -17,4 +25,4 @@ The `ssh` credentials can be specified interactively:
```sh
ansible-playbook <playbook>.yml -k
```
```