[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 2023-09-13 14:05:48 UTC by Elieroc
Updated 2023-09-13 15:27:15 UTC by Elieroc