Selaa lähdekoodia

Set become=True in ansible.cfg

Markus Lindenberg 7 vuotta sitten
vanhempi
commit
7f88bbc1cc
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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