diff options
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..387e4e4 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,12 @@ +[defaults] +inventory = ./hosts +remote_user = equinox +log_path = ./log +nocows=1 + +gathering = smart +var_compression_level = 9 + +[ssh_connection] +pipelining = True +ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -F ssh/config |