fix vps playbook

This commit is contained in:
ace 2024-06-01 19:09:58 +03:00
parent 2991123422
commit 4bdaff7cca
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -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" }