summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-dione.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-20 22:09:54 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-20 22:09:54 +0100
commitb7186bf87e0ce6699a5ef13eb1dcf492ba4d11a8 (patch)
tree7b6196607a98c41fe3b08f774352efaff94ecfa7 /inventory/host_vars/ch-dione.yml
parentpresseed: fix some variable precedence (diff)
add some vmhost test machines
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