# Inventaire Ansible - Réseau local # Ajouter les hôtes selon l'infrastructure réelle [local] localhost ansible_connection=local [servers] # exemple : srv1 ansible_host=192.168.7.10 ansible_user=root # exemple : srv2 ansible_host=192.168.7.11 ansible_user=debian [workstations] # exemple : pc1 ansible_host=192.168.7.50 ansible_user=sylvain [all:vars] ansible_python_interpreter=/usr/bin/python3