Get ansible running without hardcoding admin-specific SSH config
[noc.git] / ansible / ansible.cfg
index 9f97815..d4921c2 100644 (file)
@@ -1,6 +1,5 @@
 [defaults]
 inventory = ./hosts
-remote_user = root
 log_path = ./log
 nocows=1
 vault_password_file = ./gpg/get-vault-pass.sh
@@ -10,4 +9,4 @@ var_compression_level = 9
 
 [ssh_connection]
 pipelining = True
-ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -F ssh/config
+ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s