| 123456789101112131415161718 |
- [defaults]
- inventory = inventory/hosts.yml
- host_key_checking = False
- retry_files_enabled = False
- gathering = smart
- fact_caching = jsonfile
- fact_caching_connection = /tmp/ansible_facts_cache
- fact_caching_timeout = 3600
- [privilege_escalation]
- become = True
- become_method = sudo
- become_user = root
- become_ask_pass = False
- [ssh_connection]
- pipelining = True
- control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|