docs(semaphore): add cleanup playbook reference to deploy playbook

This commit is contained in:
Hermes Agent service account
2026-05-28 14:01:00 -05:00
parent e9440327aa
commit d63ca0b4f9

View File

@@ -1,4 +1,8 @@
---
# Cleanup old deployments first with:
# ansible-playbook -i inventory.yml playbooks/cleanup_semaphore.yml --limit figment
# (add -e "semaphore_force_clean=true" to also remove data)
- name: Deploy Semaphore on figment
hosts: figment
become: true