uptime-kuma/ansible/playbook.yml

7 lines
222 B
YAML
Raw Normal View History

- name: install uptime kuma with nginx connected
hosts: all
roles:
- {role: docker, tags: ["docker"]}
- {role: kuma, tags: ["kuma"]}
- {role: nginx, tags: ["nginx"]}