diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..7921160 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,6 @@ +[ssh_connection] +ssh_args = -o ControlMaster=auto -o ControlPersist=60s +[defaults] +forks=2 +pipelining = True +strategy = free \ No newline at end of file