Add ansible config to enable forward agent
This commit is contained in:
parent
8bfb365dfd
commit
bc6d971aef
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