From bc6d971aefd290cf38943810902d92f4ed483827 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Fri, 15 Jan 2021 00:35:57 -0500 Subject: [PATCH] Add ansible config to enable forward agent --- 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