mirror of https://dev.ccchb.de/ccchb/ansible.git
add osp-edge.ccchb.de to haproxy (of emma)
This commit is contained in:
parent
531b7ef276
commit
f7c704c10b
|
@ -18,6 +18,8 @@ haproxy_http:
|
||||||
addr: '2a01:4f8:150:926f::5'
|
addr: '2a01:4f8:150:926f::5'
|
||||||
- host: 'dev.ccchb.de'
|
- host: 'dev.ccchb.de'
|
||||||
addr: '2a01:4f8:150:926f::9'
|
addr: '2a01:4f8:150:926f::9'
|
||||||
|
- host: 'osp-edge.ccchb.de'
|
||||||
|
addr: '2a01:4f8:150:926f::b'
|
||||||
|
|
||||||
haproxy_sni:
|
haproxy_sni:
|
||||||
- host: 'ccchb.de'
|
- host: 'ccchb.de'
|
||||||
|
@ -28,6 +30,8 @@ haproxy_sni:
|
||||||
addr: '2a01:4f8:150:926f::5'
|
addr: '2a01:4f8:150:926f::5'
|
||||||
- host: 'dev.ccchb.de'
|
- host: 'dev.ccchb.de'
|
||||||
addr: '2a01:4f8:150:926f::9'
|
addr: '2a01:4f8:150:926f::9'
|
||||||
|
- host: 'osp-edge.ccchb.de'
|
||||||
|
addr: '2a01:4f8:150:926f::b'
|
||||||
|
|
||||||
bhyve_ipv4: 10.0.0.0
|
bhyve_ipv4: 10.0.0.0
|
||||||
bhyve_ipv6: 2a01:4f8:150:926f::4
|
bhyve_ipv6: 2a01:4f8:150:926f::4
|
||||||
|
|
Loading…
Reference in New Issue