From 9720c27f256397f0c3b8a782b3d84ad8cbb8f969 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Mon, 30 Aug 2021 22:46:12 -0400 Subject: [PATCH] Add standard ansible config with SSH config --- ansible.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..8bf82e3 --- /dev/null +++ b/ansible.cfg @@ -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