skylab
/
skylab-ansible
Archived
2
0
Fork 0

Enable hostkey checking and disable default forwarding

This commit is contained in:
Ethan Paul 2023-03-19 01:35:47 -04:00
parent 614fca41c0
commit 955d7e8a64
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
[defaults]
host_key_checking = false
host_key_checking = true
collections_path = .ansible
inventory = inventory.yaml
[ssh_connection]
ssh_args = "-o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes"
ssh_args = "-o ControlMaster=auto -o ControlPersist=60s"
[inventory]
enable_plugins = ansible.builtin.yaml