init
This commit is contained in:
8
ansible/ansible.cfg
Normal file
8
ansible/ansible.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
[defaults]
|
||||
inventory = ./inventories/production/hosts.ini
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
become_user = root
|
||||
become_ask_pass = False
|
||||
Reference in New Issue
Block a user