mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-29 09:52:35 +02: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"]}
|
|
|