skylab
/
skylab-ansible
Archived
2
0
Fork 0

Remove SSH compression and INI inventory plugin

This commit is contained in:
Ethan Paul 2021-09-04 23:57:03 -04:00
parent 9720c27f25
commit 84053b3ce6
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
host_key_checking = false
[ssh_connection]
ssh_args = "-C -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes"
ssh_args = "-o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes"
[inventory]
enable_plugins = yaml
enable_plugins = ansible.builtin.yaml