mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-11 13:36:55 +08:00
Using geerlingguy ansible role for docker compose
This commit is contained in:
committed by
GitHub
parent
f0632f32ee
commit
d6f79ee80b
@@ -1,7 +1,7 @@
|
||||
- name: install uptime kuma with nginx connected
|
||||
hosts: all
|
||||
roles:
|
||||
- {role: docker, tags: ["docker"]}
|
||||
- {role: kuma, tags: ["kuma"]}
|
||||
- {role: nginx, tags: ["nginx"]}
|
||||
|
||||
- {role: geerlingguy.docker, tags: ["docker"]}
|
||||
- {role: kuma, tags: ["kuma"]}
|
||||
- {role: nginx, tags: ["nginx"]}
|
||||
|
||||
|
Reference in New Issue
Block a user