Преглед изворни кода

Set become=True in ansible.cfg

Markus Lindenberg пре 7 година
родитељ
комит
7f88bbc1cc
1 измењених фајлова са 2 додато и 2 уклоњено
  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