[defaults] # Settings ask_sudo_pass = False remote_tmp = /tmp/${USER}/ansible nocows = 1 timeout = 60 # Inventory inventory = inventory.yaml # Logging log_path = ansible.log # Plugins #callback_plugins = plugins/callback/log_plays/ [ssh_connection] #ssh_args = -o ServerAliveInterval=30 -o ControlMaster=no [privilege_escalation] become_ask_pass= True