[Ansible] Installation

Introduction

Ansible est une plateforme logicielle libre pour la configuration et la gestion des ordinateurs via le protocole SSH.

Elle combine le déploiement de logiciell'exécution des tâches et la gestion de configuration.

image.png

Installation

Debian / Ubuntu
sudo apt update && sudo apt install -y ansible
RHEL / Fedora / CentOS / Alma Linux / Rocky Linux
dnf update && dnf install ansible
Arch Linux / Manjaro
sudo pacman -Sy && sudo pacman -S ansible

 


Revision #4
Created 13 September 2023 14:05:48 by Elieroc
Updated 13 September 2023 15:27:15 by Elieroc