add ansible.cfg

This commit is contained in:
djorgensen 2024-08-16 13:05:42 -06:00
parent 5bb14f828c
commit 01d7d75f68

4
ansible.cfg Normal file
View File

@ -0,0 +1,4 @@
[defaults]
inventory = hosts.ini
default_private_key_file = /home/ansible/.ssh/id_rsa
interpreter_python = /usr/bin/python3