| 12345678910111213141516171819 |
- [defaults]
- inventory = inventory/
- roles_path = roles
- collections_path = ~/.ansible/collections
- remote_user = admin
- host_key_checking = False
- retry_files_enabled = False
- stdout_callback = default
- result_format = yaml
- callbacks_enabled = profile_tasks
- [privilege_escalation]
- become = True
- become_method = sudo
- become_user = root
- [ssh_connection]
- pipelining = True
- ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no
|