add default ansible config

This commit is contained in:
Timofey
2025-07-24 14:53:32 +03:00
parent b56deaa92d
commit 1783e34421
8 changed files with 450 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
run INVENTORY PLAYBOOK:
ansible-playbook -i inventory/{{ INVENTORY }}.yaml playbooks/{{ PLAYBOOK }}.yaml
prod PLAYBOOK: (run "prod" PLAYBOOK)
prod-all: (prod "base") (prod "pg") (prod "docker") (prod "aerbim") (prod "angie")