Files
agent1/ansible/ansible.cfg
T
sylvain 8bd69a4b2e Ajouter agent2_ansible au registre + config ansible agent1
- agents_registry.json : ajout de agent2_ansible avec sa spécialité
- ansible/ : configuration de base (ansible.cfg + inventaire template)

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

12 lines
273 B
INI

[defaults]
inventory = /opt/agent/ansible/inventory
roles_path = /opt/agent/ansible/roles
host_key_checking = False
retry_files_enabled = False
stdout_callback = yaml
timeout = 60
[privilege_escalation]
become = False
become_method = sudo