10 lines
283 B
YAML
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 |