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