update
This commit is contained in:
15
ansible.cfg
Normal file
15
ansible.cfg
Normal file
@@ -0,0 +1,15 @@
|
||||
[defaults]
|
||||
host_key_checking = False
|
||||
inventory = inventories/production/hosts.yml
|
||||
remote_user = ansible
|
||||
private_key_file = ~/.ssh/ansible_key
|
||||
roles_path = roles
|
||||
stdout_callback = yaml
|
||||
gathering = smart
|
||||
fact_caching = memory
|
||||
forks = 5
|
||||
timeout = 30
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
|
||||
pipelining = True
|
Reference in New Issue
Block a user