From a882884b594146bef09a814cbc725e671b52ff40 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Mon, 30 Nov 2020 00:13:39 -0600 Subject: [PATCH] Add ansible.cfg to see if python interpreter auto discovery can be enabled --- ansible.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..74459e1 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,13 @@ +[defaults] +host_key_checking = False +gathering = smart +fact_caching = jsonfile +fact_caching_timeout = 3600 +fact_caching_connection = ./facts/ +inventory = ./inventory/ +forks = 5 +retry_files_enabled = False +interpreter_python = auto + +[ssh_connection] +# ssh_args = -o ControlMaster=auto