fix vps playbook
This commit is contained in:
parent
2991123422
commit
4bdaff7cca
@ -1,15 +1,18 @@
|
|||||||
---
|
---
|
||||||
- hosts: web_proxy
|
- hosts: web_proxy
|
||||||
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- nginx
|
- nginx
|
||||||
tags: web-proxy
|
tags: web-proxy
|
||||||
|
|
||||||
- hosts: mail_proxy
|
- hosts: mail_proxy
|
||||||
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- haproxy
|
- haproxy
|
||||||
tags: mail-proxy
|
tags: mail-proxy
|
||||||
|
|
||||||
- hosts: ddclient
|
- hosts: ddclient
|
||||||
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- { role: docker, when: ddclient_container_engine == "docker" }
|
- { role: docker, when: ddclient_container_engine == "docker" }
|
||||||
- { role: podman, when: ddclient_container_engine == "podman" }
|
- { role: podman, when: ddclient_container_engine == "podman" }
|
||||||
|
Loading…
Reference in New Issue
Block a user