forked from bitlair/ansible
pad to nginx role
This commit is contained in:
parent
792f2749b6
commit
980ec6c4f6
2 changed files with 7 additions and 1 deletions
|
@ -1 +1,7 @@
|
||||||
|
---
|
||||||
|
|
||||||
etherpad_domain: pad.bitlair.nl
|
etherpad_domain: pad.bitlair.nl
|
||||||
|
|
||||||
|
nginx_sites:
|
||||||
|
- server_name: "pad.bitlair.nl"
|
||||||
|
localproxy: "9001"
|
||||||
|
|
2
pad.yaml
2
pad.yaml
|
@ -7,5 +7,5 @@
|
||||||
roles:
|
roles:
|
||||||
- { role: "common", tags: [ "common" ] }
|
- { role: "common", tags: [ "common" ] }
|
||||||
- { role: "acme", tags: [ "acme" ] }
|
- { role: "acme", tags: [ "acme" ] }
|
||||||
# - { role: "nginx", tags: [ "nginx" ] }
|
- { role: "nginx", tags: [ "nginx" ] }
|
||||||
- { role: "etherpad", tags: [ "etherpad" ] }
|
- { role: "etherpad", tags: [ "etherpad" ] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue