diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..e39ce14 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,7 @@ +[defaults] + +nocows=1 +syslog_facility=LOG_LOCAL2 + +[ssh_connection] +pipelining=True