Enable hostkey checking and disable default forwarding
This commit is contained in:
parent
614fca41c0
commit
955d7e8a64
@ -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
|
||||
|
Reference in New Issue
Block a user