From 955d7e8a647f139f318e92b757bced83317d351d Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Sun, 19 Mar 2023 01:35:47 -0400 Subject: [PATCH] Enable hostkey checking and disable default forwarding --- ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 500e24e..4bb47f0 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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