GHP publish
This commit is contained in:
10
ansible.cfg
Normal file
10
ansible.cfg
Normal file
@ -0,0 +1,10 @@
|
||||
[defaults]
|
||||
host_key_checking = False
|
||||
pipelining = True
|
||||
callback_whitelist = timer, profile_tasks
|
||||
forks = 50
|
||||
roles_path = roles
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null
|
Reference in New Issue
Block a user