mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 11:35:56 +00:00
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"]}
|
|
|