From 3ef2da540b76f4354ede4b54bc517f22cca7af46 Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Mon, 10 Apr 2023 12:31:07 +0200 Subject: [PATCH] add install instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9865764..ec77f50 100644 --- a/README.md +++ b/README.md @@ -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 .yml -k -``` \ No newline at end of file +```