--- ## for installation only # apt_repo_provider: anexia install_jumphost: ch-jump install: vm: memory: 2G numcpus: 2 autostart: True disks: primary: /dev/sda scsi: sda: type: zfs name: root size: 10g sdb: type: zfs name: data size: 50g 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 | ansible.utils.ipaddr(network_zones.svc.offsets[inventory_hostname]) }}" gateway: "{{ network_zones.svc.gateway }}" static_routes: - destination: "{{ network_zones.lan.prefix }}" gateway: "{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets['ch-gw-lan']) | ansible.utils.ipaddr('address') }}" interfaces: - *_network_primary_ spreadspace_apt_repo_components: - prometheus ntp_variant: systemd-timesyncd lvm_groups: storage: pvs: - /dev/sdb approx_storage: type: lvm vg: storage lv: approx size: 15G fs: ext4 approx_hostname: apt.chaos-at-home.org approx_backends: debian: http://debian.anexia.at/debian debian-security: http://debian.anexia.at/debian-security debian-archive: http://archive.debian.org/debian ubuntu: http://ubuntu.anexia.at/ubuntu kali: http://http.kali.org/kali raspios: http://archive.raspberrypi.com/debian spreadspace: http://build.spreadspace.org kubernetes: "https://pkgs.k8s.io/core:/stable:" docker-com: https://download.docker.com/linux prometheus_job_multitarget_blackbox__probe: ch-mon: - svc_kind: ssh svc_instance: "{{ inventory_hostname }}" target: "{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}:{{ ansible_port | default(22) }}" module: ssh_banner - svc_kind: http svc_instance: "apt.chaos-at-home.org" target: "http://{{ approx_hostname }}" module: "http_2xx"