Restructure: move infra packages to root level

This commit is contained in:
Artemis
2026-06-14 19:53:10 -04:00
parent 6f4c54cdbb
commit a54d4cb0c9
49 changed files with 0 additions and 0 deletions

6
ansible-push/configure.sh Executable file
View File

@@ -0,0 +1,6 @@
# Renamed to configure.sh and added playbooks to stack
docker compose up -d
docker exec -it ansible ansible-playbook playbooks/main.yml -i inventory.yml
docker compose down