Initial Commit
This commit is contained in:
21
ansible/ansible.cfg
Normal file
21
ansible/ansible.cfg
Normal file
@ -0,0 +1,21 @@
|
||||
[defaults]
|
||||
inventory = inventory/hosts.ini
|
||||
deprecation_warnings = False
|
||||
host_key_checking = False
|
||||
interpreter_python = auto_silent
|
||||
pipelining = True
|
||||
display_args_to_stdout = True
|
||||
remote_user = root
|
||||
forks = 10
|
||||
roles_path = ./roles:~/.ansible/roles:/usr/share/ansible/roles
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
become_user = root
|
||||
become_ask_pass = False
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
||||
|
||||
|
Reference in New Issue
Block a user