Add devel01 to proxy infra
This commit is contained in:
parent
a3b3e91b09
commit
677db41af0
2 changed files with 7 additions and 0 deletions
|
@ -4,3 +4,7 @@ network_interfaces:
|
||||||
- device: eth0
|
- device: eth0
|
||||||
vlan: 20
|
vlan: 20
|
||||||
mac: 52:54:00:ac:de:0b
|
mac: 52:54:00:ac:de:0b
|
||||||
|
|
||||||
|
firewall_in:
|
||||||
|
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||||
|
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
|
||||||
|
|
|
@ -24,6 +24,9 @@
|
||||||
- role: nginx/site
|
- role: nginx/site
|
||||||
site: bitbucket.foo.sh
|
site: bitbucket.foo.sh
|
||||||
redirect: https://bitbucket.org/tmakinen/
|
redirect: https://bitbucket.org/tmakinen/
|
||||||
|
- role: nginx/site
|
||||||
|
site: devel01.foo.sh
|
||||||
|
proxy: https://devel01.home.foo.sh/
|
||||||
- role: nginx/site
|
- role: nginx/site
|
||||||
site: git.foo.sh
|
site: git.foo.sh
|
||||||
proxy: https://git02.home.foo.sh/
|
proxy: https://git02.home.foo.sh/
|
||||||
|
|
Loading…
Add table
Reference in a new issue