Add ansible config to enable forward agent

This commit is contained in:
Ethan Paul 2021-01-15 00:35:57 -05:00
parent 8bfb365dfd
commit bc6d971aef
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
1 changed files with 8 additions and 0 deletions

8
ansible.cfg Normal file
View 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