Files
agent_ansible/inventory/hosts
T
sylvain d3a23fb301 feat: confirmations cron/systemd, renforcement script skill, éditeur de script
- base_agent: _pending_confirmations + intercepteur oui/non dans _on_xmpp_message
- cron: add/remove/clear demandent confirmation (requêtes XMPP directes)
- systemd: start/stop/restart/enable/disable/mask/unmask/daemon-reload demandent confirmation
- script: _safe_name strip toutes les extensions, extensions système interdites,
  contenu vide rejeté, nouvelle commande edit <nom> <ligne> | <contenu>
- README mis à jour

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 07:18:47 +00:00

48 lines
1.2 KiB
INI

# Inventaire Ansible
# Ajouter vos hôtes ici ou via : SKILL:inventory ARGS:add-host <ip> <groupe>
[local]
localhost ansible_connection=local
# Exemple :
# [webservers]
# 192.168.1.10 ansible_user=root
# 192.168.1.11 ansible_user=root
#
# [dbservers]
# 192.168.1.20 ansible_user=root ansible_ssh_private_key_file=/root/.ssh/id_rsa
[all]
192.168.7.100
debian.local
[net7]
192.168.7.79 ansible_user=admin ansible_ssh_private_key_file=/root/.ssh/id_rsa
192.168.7.80 ansible_user=admin ansible_ssh_private_key_file=/root/.ssh/id_rsa
192.168.7.90 ansible_user=admin ansible_ssh_private_key_file=/root/.ssh/id_rsa
192.168.7.91 ansible_user=admin ansible_ssh_private_key_file=/root/.ssh/id_rsa
192.168.7.112 ansible_user=admin ansible_ssh_private_key_file=/root/.ssh/id_rsa
192.168.7.119 ansible_user=admin ansible_ssh_private_key_file=/root/.ssh/id_rsa
192.168.7.120 ansible_user=admin ansible_ssh_private_key_file=/root/.ssh/id_rsa
192.168.7.120
192.168.7.119
192.168.7.112
192.168.7.91
192.168.7.90
192.168.7.80
192.168.7.79
192.168.7.76
192.168.7.75
192.168.7.74
192.168.7.73
192.168.7.72
192.168.7.55
192.168.7.54
192.168.7.53
192.168.7.52
192.168.7.51
192.168.7.19
192.168.7.15
[network]