mirror of https://dev.ccchb.de/ccchb/ansible.git
Merge branch 'master' of ssh://dev.ccchb.de:2222/ccchb/ansible
This commit is contained in:
commit
8725d80892
|
@ -21,6 +21,8 @@ haproxy_http:
|
||||||
addr: '2a01:4f8:150:926f::9'
|
addr: '2a01:4f8:150:926f::9'
|
||||||
- host: 'osp-edge.ccchb.de'
|
- host: 'osp-edge.ccchb.de'
|
||||||
addr: '2a01:4f8:150:926f::b'
|
addr: '2a01:4f8:150:926f::b'
|
||||||
|
- host: 'wiki.ccchb.de'
|
||||||
|
addr: '2a01:4f8:150:926f::11'
|
||||||
|
|
||||||
haproxy_sni:
|
haproxy_sni:
|
||||||
- host: 'ccchb.de'
|
- host: 'ccchb.de'
|
||||||
|
@ -33,6 +35,8 @@ haproxy_sni:
|
||||||
addr: '2a01:4f8:150:926f::9'
|
addr: '2a01:4f8:150:926f::9'
|
||||||
- host: 'osp-edge.ccchb.de'
|
- host: 'osp-edge.ccchb.de'
|
||||||
addr: '2a01:4f8:150:926f::b'
|
addr: '2a01:4f8:150:926f::b'
|
||||||
|
- host: 'wiki.ccchb.de'
|
||||||
|
addr: '2a01:4f8:150:926f::11'
|
||||||
|
|
||||||
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
|
||||||
|
@ -136,3 +140,20 @@ bhyve_guests:
|
||||||
volsize: 32g
|
volsize: 32g
|
||||||
volblocksize: 64k
|
volblocksize: 64k
|
||||||
primarycache: metadata
|
primarycache: metadata
|
||||||
|
|
||||||
|
- name: wiki
|
||||||
|
index: 6
|
||||||
|
enabled: true
|
||||||
|
ram: 1G
|
||||||
|
cpus: 1
|
||||||
|
image: debian-10.5.0-amd64-netinst.iso
|
||||||
|
password: foobar
|
||||||
|
order:
|
||||||
|
- DISKS
|
||||||
|
disks:
|
||||||
|
- name: disk
|
||||||
|
properties:
|
||||||
|
volsize: 64g
|
||||||
|
volblocksize: 64k
|
||||||
|
primarycache: metadata
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue