From 01d7d75f68bfbf4c8ef61540e7c30a17c3861ab4 Mon Sep 17 00:00:00 2001 From: djorgensen Date: Fri, 16 Aug 2024 13:05:42 -0600 Subject: [PATCH] add ansible.cfg --- ansible.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..1ce4f55 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,4 @@ +[defaults] +inventory = hosts.ini +default_private_key_file = /home/ansible/.ssh/id_rsa +interpreter_python = /usr/bin/python3 \ No newline at end of file