Explorar el Código

Set become=True in ansible.cfg

Markus Lindenberg hace 7 años
padre
commit
7f88bbc1cc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      ansible.cfg

+ 2 - 2
ansible.cfg

@@ -2,8 +2,8 @@
 inventory=inventories/ffdo/hosts
 #vault_password_file=.vault-password
 
-#[privilege_escalation]
-#become=True
+[privilege_escalation]
+become=True
 
 [ssh_connection]
 pipelining=True