infra/playbooks/site.yml
jack a1b97f3e4b Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 19:39:26 +07:00

10 lines
388 B
YAML

---
# Master playbook — for reference only.
# Do NOT run this directly: bootstrap.yml requires `-u root`,
# deploy.yml runs as the deploy user. Run them separately:
#
# ansible-playbook playbooks/bootstrap.yml -u root # first time only
# ansible-playbook playbooks/deploy.yml # all subsequent runs
#
# - import_playbook: bootstrap.yml
# - import_playbook: deploy.yml