Merge pull request 'add-ubuntu-pt-imported-containers' (#14) from add-ubuntu-pt-imported-containers into master
Reviewed-on: #14
This commit is contained in:
commit
df1b4b4624
@ -19,6 +19,8 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- haproxy
|
- haproxy
|
||||||
- gitea
|
- gitea
|
||||||
|
- freescout
|
||||||
|
- pretalx
|
||||||
- name: Create haproxy port forwards
|
- name: Create haproxy port forwards
|
||||||
community.general.lxd_container:
|
community.general.lxd_container:
|
||||||
name: haproxy
|
name: haproxy
|
||||||
|
@ -73,6 +73,14 @@ frontend http_https
|
|||||||
acl git-ansol-org hdr(host) -i git.ansol.org
|
acl git-ansol-org hdr(host) -i git.ansol.org
|
||||||
use_backend git-ansol-org if git-ansol-org
|
use_backend git-ansol-org if git-ansol-org
|
||||||
|
|
||||||
|
# Freescout
|
||||||
|
acl freescout hdr(host) -i inbox.ansol.org
|
||||||
|
use_backend freescout if freescout
|
||||||
|
|
||||||
|
# Pretalx
|
||||||
|
acl pretalx hdr(host) -i manage.ubucon.org
|
||||||
|
use_backend pretalx if pretalx
|
||||||
|
|
||||||
# Let's Encrypt
|
# Let's Encrypt
|
||||||
|
|
||||||
backend letsencrypt
|
backend letsencrypt
|
||||||
@ -82,3 +90,13 @@ backend letsencrypt
|
|||||||
|
|
||||||
backend git-ansol-org
|
backend git-ansol-org
|
||||||
server git-ansol-org gitea:3000 check
|
server git-ansol-org gitea:3000 check
|
||||||
|
|
||||||
|
# Freescout
|
||||||
|
|
||||||
|
backend freescout
|
||||||
|
server freescout freescout:80 check
|
||||||
|
|
||||||
|
# Pretalx
|
||||||
|
|
||||||
|
backend pretalx
|
||||||
|
server pretalx 10.81.14.52:80 check
|
||||||
|
Loading…
Reference in New Issue
Block a user