summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-dione.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ch-dione.yml')
-rw-r--r--inventory/host_vars/ch-dione.yml16
1 files changed, 15 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-dione.yml b/inventory/host_vars/ch-dione.yml
index 40c2864b..6e858891 100644
--- a/inventory/host_vars/ch-dione.yml
+++ b/inventory/host_vars/ch-dione.yml
@@ -1,4 +1,6 @@
---
+install_interface: eno1
+
install:
efi: true
disks:
@@ -11,7 +13,7 @@ network:
nameservers: "{{ network_zones.lan.dns }}"
domain: "{{ host_domain }}"
primary: &_network_primary_
- name: eno1
+ name: br-lan
address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
gateway: "{{ network_zones.lan.gateway }}"
interfaces:
@@ -20,3 +22,15 @@ network:
admin_users_host:
- equinox
+
+apt_repo_components:
+ - main
+ - contrib
+ - non-free ## for microcode updates
+
+
+installer_lvm:
+ vg: "{{ host_name }}"
+ lv: installer
+ size: 10G
+ fs: ext4