mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-01 02:34:03 +00:00
7 lines
222 B
YAML
7 lines
222 B
YAML
|
- name: install uptime kuma with nginx connected
|
||
|
hosts: all
|
||
|
roles:
|
||
|
- {role: docker, tags: ["docker"]}
|
||
|
- {role: kuma, tags: ["kuma"]}
|
||
|
- {role: nginx, tags: ["nginx"]}
|
||
|
|