chore: complete update
This commit is contained in:
15
ansible/nginx-cdn-germany/ansible.cfg
Normal file
15
ansible/nginx-cdn-germany/ansible.cfg
Normal file
@@ -0,0 +1,15 @@
|
||||
[defaults]
|
||||
inventory = inventories/production/hosts.yml
|
||||
host_key_checking = False
|
||||
timeout = 30
|
||||
forks = 5
|
||||
|
||||
[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 StrictHostKeyChecking=no
|
||||
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
||||
Reference in New Issue
Block a user