Skip to content
Snippets Groups Projects
ansible.cfg 232 B
[defaults]
gathering = smart
remote_user = ansible

[privilege_escalation]
become = True

[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=3600s -o StrictHostKeyChecking=false -i .ssh/id_ansible