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