--- all: vars: admins: - eaas - rasmus - arti children: # Documentation at # https://wiki.k-space.ee/en/hosting/storage nasgroup: hosts: nas.k-space.ee: ansible_host: 172.21.0.7 offsite: ansible_host: 192.168.30.40 admins: - eaas vars: offsite_dataset: offsite/backup_zrepl misc: children: nasgroup: hosts: ns1.k-space.ee: ansible_host: 172.20.0.2 worker99.codemowers.cloud: # Nvidia Tegra Jetson-AGX ansible_host: 172.20.5.99 admins: - eaas - lauri # Proxmox aka PVE (Proxmox Virtualization Environment) documented # https://wiki.k-space.ee/hosting/proxmox proxmox: hosts: pve1.proxmox.infra.k-space.ee: ansible_host: 172.21.20.1 pve2.proxmox.infra.k-space.ee: ansible_host: 172.21.20.2 pve8.proxmox.infra.k-space.ee: ansible_host: 172.21.20.8 pve9.proxmox.infra.k-space.ee: ansible_host: 172.21.20.9 pve90.proxmox.infra.k-space.ee: ansible_host: 172.21.20.90 pve91.proxmox.infra.k-space.ee: ansible_host: 172.21.20.91 pve92.proxmox.infra.k-space.ee: ansible_host: 172.21.20.92 pve93.proxmox.infra.k-space.ee: ansible_host: 172.21.20.93 bgp: children: proxmox: # Kubernetes cluster setup documented at # https://git.k-space.ee/k-space/kube kubernetes: external.kube.k-space.ee: ansible_host: 172.21.3.101 children: kubelets: children: masters: hosts: master1.kube.k-space.ee: ansible_host: 172.21.3.51 master2.kube.k-space.ee: ansible_host: 172.21.3.52 master3.kube.k-space.ee: ansible_host: 172.21.3.53 workers: hosts: worker1.kube.k-space.ee: ansible_host: 172.21.3.81 worker2.kube.k-space.ee: ansible_host: 172.21.3.82 worker3.kube.k-space.ee: ansible_host: 172.21.3.83 worker4.kube.k-space.ee: ansible_host: 172.21.3.84 children: coralworkers: hosts: worker91.kube.k-space.ee: snaible_host: 172.21.8.91 # This is Raspberry Pi 400 arm64 worker, it died and has been removed from cluster. # worker9.kube.k-space.ee: # ansible_host: 172.21.3.89 # For more information regarding door management refer to # https://wiki.k-space.ee/en/hosting/doors doors: vars: admins: - arti - eaas hosts: grounddoor: ansible_host: 100.102.3.1 frontdoor: ansible_host: 100.102.3.2 backdoor: ansible_host: 100.102.3.3 workshopdoor: ansible_host: 100.102.3.4 # not listed here: https://wiki.k-space.ee/en/about/whoroles for MikroTik and APs