GHP publish
This commit is contained in:
17
playbooks/ghp/vps.yaml
Normal file
17
playbooks/ghp/vps.yaml
Normal 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
|
Reference in New Issue
Block a user