skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add standard ansible config with SSH config

This commit is contained in:
Ethan Paul 2021-08-30 22:46:12 -04:00
parent 43ccda1ef2
commit 9720c27f25
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
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