Add standard ansible config with SSH config
This commit is contained in:
parent
43ccda1ef2
commit
9720c27f25
8
ansible.cfg
Normal file
8
ansible.cfg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[defaults]
|
||||||
|
host_key_checking = false
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
ssh_args = "-C -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes"
|
||||||
|
|
||||||
|
[inventory]
|
||||||
|
enable_plugins = yaml
|
Reference in New Issue
Block a user