diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-12-28 21:48:39 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-12-28 21:48:39 +0100 |
commit | e03797f4fd4661eb7d54016978341ec49dad689a (patch) | |
tree | 15ba83eee4ebc8c81f7f9b5d24ba170af2473e40 /inventory/group_vars/vmhost-ch-atlas | |
parent | calypso and telesto disk has been replaced (diff) |
prepare atlas config for re-install
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..c9fd9199 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 + - eth0 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 + - eth0.502 + zfs: + default: + pool: ssd + name: vm + properties: + compression: lz4 apt_repo_provider: ffgraz |