feat: Moves ansible stuff into .ansible, adds setup to Makefile to link relevant files

This commit is contained in:
2024-11-23 21:25:39 -05:00
parent c06697f3b1
commit 048b032b7f
21 changed files with 481 additions and 46 deletions

5
.ansible/ansible.cfg Normal file
View File

@@ -0,0 +1,5 @@
[defaults]
inventory=./inventory.ini
roles_path=./roles
stdout_callback=yaml
interpreter_python=auto_silent