[defaults] # Roles path relative to this config file roles_path = ./roles # Inventory path inventory = ./inventory/production/hosts.yml # Don't create retry files retry_files_enabled = False # Show task duration callback_whitelist = timer # Reduce verbosity deprecation_warnings = False # SSH settings host_key_checking = False timeout = 30 [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