Skip to main content

[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