Browse Source

enable piplining, sudo by default

Markus Lindenberg 9 years ago
parent
commit
ec36e82f22
1 changed files with 8 additions and 1 deletions
  1. 8 1
      ansible.cfg

+ 8 - 1
ansible.cfg

@@ -1,4 +1,11 @@
 [defaults]
 roles_path=roles/internal:roles/external
 vault_password_file=.vault-password
-host_key_checking = False
+host_key_checking = False
+
+[privilege_escalation]
+become=True
+
+[ssh_connection]
+pipelining=True
+