From 04f2452e1c28c30cf84e7dc18ef390d9ddac3ede Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sun, 24 Nov 2019 18:54:07 -0600 Subject: [PATCH] Add ansible.cfg --- ansible.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ansible.cfg 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