123456789101112131415161718192021222324252627282930313233343536373839 |
- [defaults]
- inventory = ./script/ansible/inventory/hosts
- forks = 5
- timeout = 30
- host_key_checking = False
- remote_user = root
- log_path = ./script/ansible/ansible.log
- callback_whitelist = profile_tasks
- diff = True
- roles_path = ./script/ansible/roles
- [privilege_escalation]
- become = True
- become_method = sudo
- become_user = root
- become_ask_pass = False
- [ssh_connection]
- ssh_args = -o ControlMaster=auto -o ControlPersist=60s
- pipelining = True
|