On Fri, 2017-10-06 at 14:48 +0200, Andrea Bolognani wrote:
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
new file mode 100644
index 0000000..ca02677
--- /dev/null
+++ b/ansible/ansible.cfg
@@ -0,0 +1,8 @@
+[defaults]
+display_skipped_hosts = False
+forks = 16
+inventory = ./inventory
+log_path = ./log
+nocows = 1
+pipelining = True
+squash_actions = package
This won't work. Assume
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index ca02677..6b18c57 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -4,5 +4,7 @@ forks = 16
inventory = ./inventory
log_path = ./log
nocows = 1
-pipelining = True
squash_actions = package
+
+[ssh_connection]
+pipelining = True
has been squashed in.
--
Andrea Bolognani / Red Hat / Virtualization