Files
agent_ansible/inventory/hosts
T
sylvain 77973ec0d0 Improve DESCRIPTION for better LLM routing
More explicit keywords so Nexus LLM can route requests correctly
without hardcoded rules in the system prompt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 14:53:48 +00:00

18 lines
367 B
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