浏览代码

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