47e93c2afa
- agent2_ansible.py : script principal (XMPP + MQTT) - config/system_prompt.txt : prompt spécialisé Ansible - skills/ansible_exec.py : ANSIBLE: (ad-hoc) + PLAYBOOK: (playbooks) - skills/memory.py, prompt_memory.py : chemins corrigés pour agent2_ansible - ansible/ansible.cfg + inventory/hosts : configuration de base Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
403 B
INI
16 lines
403 B
INI
# 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
|