mirror of https://dev.ccchb.de/ccchb/ansible.git
Who did this?
This commit is contained in:
parent
49cc270de7
commit
81e2eca425
|
@ -18,6 +18,8 @@ haproxy_http:
|
|||
addr: '2a01:4f8:150:926f::5'
|
||||
- host: 'dev.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::9'
|
||||
- host: 'osp-edge.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::b'
|
||||
|
||||
haproxy_sni:
|
||||
- host: 'ccchb.de'
|
||||
|
@ -28,6 +30,8 @@ haproxy_sni:
|
|||
addr: '2a01:4f8:150:926f::5'
|
||||
- host: 'dev.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::9'
|
||||
- host: 'osp-edge.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::b'
|
||||
|
||||
bhyve_ipv4: 10.0.0.0
|
||||
bhyve_ipv6: 2a01:4f8:150:926f::4
|
||||
|
@ -62,7 +66,6 @@ bhyve_guests:
|
|||
cpus: 1
|
||||
image: debian-10.5.0-amd64-netinst.iso
|
||||
order:
|
||||
- ISO
|
||||
- DISKS
|
||||
disks:
|
||||
- name: disk
|
||||
|
|
Loading…
Reference in New Issue