diff --git a/ansible.cfg b/ansible.cfg index 75938b9..360ce15 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,29 +1,6 @@ [defaults] -forks = 50 -timeout = 86400 -strategy = linear -ansible_managed = Autogenerated file, do NOT edit manually. retry_files_enabled = False +stdout_callback = yaml -# Paths -inventory = inventory/hosts -roles_path = roles -log_path = /tmp/mash.log - -# Remote default -remote_user = root -host_key_checking = False - -# Display -display_skipped_hosts = False - -# Facts -gathering = smart -fact_caching = jsonfile -fact_caching_connection=/tmp/mash - - -[ssh_connection] +[connection] pipelining = True -ssh_args = -C -o ControlMaster=auto -o ControlPersist=30m -o PreferredAuthentications=publickey -control_path = /tmp/mash/ssh-%%h-%%p-%%r