mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-01 02:34:03 +00:00
Using geerlingguy ansible role for docker compose
This commit is contained in:
parent
f0632f32ee
commit
d6f79ee80b
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
- name: install uptime kuma with nginx connected
|
- name: install uptime kuma with nginx connected
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- {role: docker, tags: ["docker"]}
|
- {role: geerlingguy.docker, tags: ["docker"]}
|
||||||
- {role: kuma, tags: ["kuma"]}
|
- {role: kuma, tags: ["kuma"]}
|
||||||
- {role: nginx, tags: ["nginx"]}
|
- {role: nginx, tags: ["nginx"]}
|
||||||
|
|
Loading…
Reference in a new issue