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"]}
|
||
|
|