diff --git a/os/ansible.cfg b/os/ansible.cfg index e69de29..97f854b 100644 --- a/os/ansible.cfg +++ b/os/ansible.cfg @@ -0,0 +1,8 @@ +[defaults] +forks=50 +callbacks_enabled = timer, profile_tasks, profile_roles +host_key_checking = False +pipelining = True + +[ssh_connection] +ssh_args = -o ControlMaster=auto -o ControlPersist=60s \ No newline at end of file