Compare commits
No commits in common. "ef539d874501446f0c06d0403a7976d979722071" and "a3610995f0e68c02cf28af20ec58b6d273b49c42" have entirely different histories.
ef539d8745
...
a3610995f0
1 changed files with 17 additions and 3 deletions
|
@ -32,10 +32,16 @@ haproxy_http:
|
|||
addr: '2a01:4f8:150:926f::11'
|
||||
- host: 'kasse.z1.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::11'
|
||||
- host: 'kasse.zweigstelle.space'
|
||||
addr: '2a01:4f8:150:926f::11'
|
||||
- host: 'jabber.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::13'
|
||||
- host: 'matrix.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::13'
|
||||
- host: 'element.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::13'
|
||||
- host: 'frab.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::17'
|
||||
- host: 'auth.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::11'
|
||||
|
||||
|
@ -58,8 +64,16 @@ haproxy_sni:
|
|||
addr: '2a01:4f8:150:926f::11'
|
||||
- host: 'kasse.z1.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::11'
|
||||
- host: 'kasse.zweigstelle.space'
|
||||
addr: '2a01:4f8:150:926f::11'
|
||||
- host: 'jabber.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::13'
|
||||
- host: 'matrix.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::13'
|
||||
- host: 'element.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::13'
|
||||
- host: 'frab.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::17'
|
||||
- host: 'auth.ccchb.de'
|
||||
addr: '2a01:4f8:150:926f::11'
|
||||
|
||||
|
@ -91,7 +105,7 @@ bhyve_guests:
|
|||
|
||||
- name: dn42
|
||||
index: 1
|
||||
enabled: false
|
||||
enabled: true
|
||||
ram: 1G
|
||||
cpus: 1
|
||||
image: debian-10.5.0-amd64-netinst.iso
|
||||
|
@ -169,7 +183,7 @@ bhyve_guests:
|
|||
- name: wiki
|
||||
index: 6
|
||||
enabled: true
|
||||
ram: 2G
|
||||
ram: 1G
|
||||
cpus: 1
|
||||
image: debian-10.5.0-amd64-netinst.iso
|
||||
password: foobar
|
||||
|
@ -216,7 +230,7 @@ bhyve_guests:
|
|||
|
||||
- name: frab
|
||||
index: 9
|
||||
enabled: false
|
||||
enabled: true
|
||||
ram: 1G
|
||||
cpus: 1
|
||||
image: ubuntu-22.04.1-live-server-amd64.iso
|
Loading…
Reference in a new issue