semaphore/playbook.yaml

8 lines
132 B
YAML

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