Files
homelab/ansible/playbooks/deploy_semaphore.yml
2026-05-28 14:01:00 -05:00

10 lines
283 B
YAML

---
# 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
roles:
- semaphore