diff options
Diffstat (limited to 'inventory/group_vars/vmhost-ch-atlas')
-rw-r--r-- | inventory/group_vars/vmhost-ch-atlas/vars.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/inventory/group_vars/vmhost-ch-atlas/vars.yml b/inventory/group_vars/vmhost-ch-atlas/vars.yml index dd69b6e6..a785e224 100644 --- a/inventory/group_vars/vmhost-ch-atlas/vars.yml +++ b/inventory/group_vars/vmhost-ch-atlas/vars.yml @@ -8,7 +8,7 @@ vm_host: bridges: public: interfaces: - - eth0 + - enp1s0 prefix: 89.106.215.16/28 gateway: 89.106.215.30 prefix6: 2a02:3e0:407::/64 @@ -22,6 +22,12 @@ vm_host: k8stest: {} funkfeuer: interfaces: - - eth0.502 + - enp1s0.502 + zfs: + default: + pool: ssd + name: vm + properties: + compression: lz4 apt_repo_provider: ffgraz |