chore: complete update
This commit is contained in:
34
x_ansible/ansible.cfg
Normal file
34
x_ansible/ansible.cfg
Normal file
@@ -0,0 +1,34 @@
|
||||
[defaults]
|
||||
inventory = inventory/hosts.ini
|
||||
host_key_checking = False
|
||||
remote_user = deploy
|
||||
roles_path = roles
|
||||
allow_world_readable_tmpfiles = True
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
become_user = root
|
||||
become_ask_pass = False
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes
|
||||
pipelining = True
|
||||
[defaults]
|
||||
inventory = inventory/hosts.ini
|
||||
host_key_checking = False
|
||||
deprecation_warnings = False
|
||||
command_warnings = False
|
||||
interpreter_python = auto_silent
|
||||
force_color = True
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no
|
||||
pipelining = True
|
||||
transfer_method = smart
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
become_user = root
|
||||
become_ask_pass = False
|
||||
Reference in New Issue
Block a user