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