semaphore/playbook.yaml

9 lines
153 B
YAML

---
# execute this role
- name: "install and configure SemaphoreUI"
hosts: "all"
become: true
roles:
- role: "docker"
- role: "semaphore"