Initial commit — agent_ansible v2.0

This commit is contained in:
2026-03-09 09:01:34 +00:00
commit f2b0dad2d2
14 changed files with 723 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[defaults]
inventory = /opt/agent_ansible/inventory/hosts
roles_path = /opt/agent_ansible/roles
host_key_checking = False
retry_files_enabled = False
stdout_callback = yaml
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /opt/agent_ansible/data/facts_cache
fact_caching_timeout = 86400
forks = 10
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
pipelining = True