1 2 3 4 5 6 7 8 9 10
[defaults] inventory = ./hosts.ini [privilege_escalation] become = True become_ask_pass = True control_path = ${XDG_RUNTIME_DIR}/ssh-ansible-%%C ssh_args = -oStrictHostKeyChecking=yes -oControlMaster=auto -oControlPersist=60s pipelining = True