--- install_jumphost: ch-jump install: vm: memory: 12G numcpus: 8 autostart: True disks: primary: /dev/sda scsi: sda: type: zfs name: root size: 25g sdb: type: zfs name: data size: 100g properties: 'syncoid:sync': 'false' interfaces: - bridge: br-svc name: svc0 network: nameservers: "{{ network_zones.svc.dns }}" domain: "{{ host_domain }}" systemd_link: interfaces: "{{ install.interfaces }}" primary: &_network_primary_ name: svc0 address: "{{ network_zones.svc.prefix | ipaddr(network_zones.svc.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" gateway: "{{ network_zones.svc.gateway }}" static_routes: - destination: "{{ network_zones.lan.prefix }}" gateway: "{{ network_zones.svc.prefix | ipaddr(network_zones.svc.offsets['ch-gw-lan']) | ipaddr('address') }}" interfaces: - *_network_primary_ apt_repo_components: - main - contrib ## for zfs zfs_arc_size: min: 512MB max: 2GB zfs_pools: storage: mountpoint: /srv/storage create_vdevs: /dev/sdb zfs_sanoid_modules: storage: use_template: production recursive: yes process_children_only: yes