mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 19:45:56 +00:00
7 lines
241 B
YAML
7 lines
241 B
YAML
- name: install uptime kuma with nginx connected
|
|
hosts: all
|
|
roles:
|
|
- {role: geerlingguy.docker, tags: ["docker"]}
|
|
- {role: kuma, tags: ["kuma"]}
|
|
- {role: nginx, tags: ["nginx"]}
|
|
|