chore: complete update
This commit is contained in:
27
x_ansible/root_ansible.cfg
Normal file
27
x_ansible/root_ansible.cfg
Normal file
@@ -0,0 +1,27 @@
|
||||
[defaults]
|
||||
#inventory = ./ansible/inventory.ini
|
||||
inventory = ./ansible/inventory/hosts.ini
|
||||
roles_path = ./ansible/roles
|
||||
playbook_dir = ./ansible
|
||||
remote_tmp = ~/.ansible/tmp
|
||||
forks = 5
|
||||
timeout = 10
|
||||
retry_files_enabled = False
|
||||
deprecation_warnings = False
|
||||
interpreter_python = auto_silent
|
||||
#stdout_callback = json
|
||||
host_key_checking = False
|
||||
command_warnings = False
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
fact_caching_connection = .ansible/cache
|
||||
fact_caching_timeout = 3600
|
||||
|
||||
[privilege_escalation]
|
||||
become = true
|
||||
become_method = sudo
|
||||
become_user = root
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = true
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
||||
Reference in New Issue
Block a user