Compare commits
3 Commits
a58b0f6523
...
b415c0403e
Author | SHA1 | Date |
---|---|---|
|
b415c0403e | |
|
4d45d727cb | |
|
cff7789862 |
|
@ -75,7 +75,7 @@ nat_port_forwards:
|
||||||
destination: 172.30.0.6
|
destination: 172.30.0.6
|
||||||
- protocol: tcp
|
- protocol: tcp
|
||||||
port: ssh
|
port: ssh
|
||||||
destination: 172.31.0.5
|
destination: 172.30.0.5
|
||||||
- protocol: tcp
|
- protocol: tcp
|
||||||
port: rsync
|
port: rsync
|
||||||
destination: 172.31.0.5
|
destination: 172.31.0.5
|
||||||
|
|
|
@ -101,6 +101,9 @@ dhcp_reservations:
|
||||||
- host: dns0.pyrocufflink.blue
|
- host: dns0.pyrocufflink.blue
|
||||||
ip_addr: 172.30.0.4
|
ip_addr: 172.30.0.4
|
||||||
mac_addr: 52:54:00:b8:8b:64
|
mac_addr: 52:54:00:b8:8b:64
|
||||||
|
- host: file0.pyrocufflink.blue
|
||||||
|
ip_addr: 172.30.0.5
|
||||||
|
mac_addr: 52:54:00:2a:9b:7e
|
||||||
- host: rprx0.pyrocufflink.blue
|
- host: rprx0.pyrocufflink.blue
|
||||||
ip_addr: 172.30.0.6
|
ip_addr: 172.30.0.6
|
||||||
mac_addr: 52:54:00:03:af:e5
|
mac_addr: 52:54:00:03:af:e5
|
||||||
|
|
|
@ -5,13 +5,6 @@
|
||||||
mode=0644
|
mode=0644
|
||||||
notify: reload haproxy
|
notify: reload haproxy
|
||||||
|
|
||||||
- name: ensure default haproxy backend is configured
|
|
||||||
template:
|
|
||||||
src=backend-myala.haproxy.cfg.j2
|
|
||||||
dest=/etc/haproxy/70-backend-myala.cfg
|
|
||||||
mode=0644
|
|
||||||
notify: reload haproxy
|
|
||||||
|
|
||||||
- name: ensure gitea haproxy backend is configured
|
- name: ensure gitea haproxy backend is configured
|
||||||
template:
|
template:
|
||||||
src=backend-gitea.haproxy.cfg.j2
|
src=backend-gitea.haproxy.cfg.j2
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
backend myala
|
|
||||||
server myala myala.pyrocufflink.jazz:80 check
|
|
||||||
|
|
||||||
|
|
||||||
backend myala-tls
|
|
||||||
mode tcp
|
|
||||||
server myala myala.pyrocufflink.jazz:443 check
|
|
Loading…
Reference in New Issue