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