GHP publish

This commit is contained in:
ace
2021-01-09 20:54:42 +03:00
commit b4b740a239
173 changed files with 5392 additions and 0 deletions

17
playbooks/ghp/vps.yaml Normal file
View File

@@ -0,0 +1,17 @@
---
- hosts: web_proxy
roles:
- nginx
tags: web-proxy
- hosts: mail_proxy
roles:
- haproxy
tags: mail-proxy
- hosts: ddclient
roles:
- docker
- role: ddclient
dockerize: true
tags: ddclient