coursework/ansible/ansible.cfg

5 lines
125 B
INI
Raw Normal View History

2024-11-11 10:48:06 +00:00
[defaults]
inventory = inventory.yml
2024-11-11 20:16:26 +00:00
roles_path = ./roles
2024-11-17 16:26:44 +00:00
host_key_checking = False
interpreter_python = /usr/bin/python3