mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-01 02:34:03 +00:00
12d3aeb0cd
this playbook will install docker then install uptime kuma using docker and install and configure nginx with ssl
7 lines
No EOL
222 B
YAML
7 lines
No EOL
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"]}
|
|
|