summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-dione.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-22 00:51:25 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-22 00:51:25 +0100
commitbb9ae3bd1554c81ae1cfa7dae6d7db46deb3afab (patch)
tree4035e5a7bf9beee345dff460d7c5f78f0bc529d7 /inventory/host_vars/ch-dione.yml
parentdon't use install_hostname variable in roles (diff)
Revert "add some vmhost test machines"
This reverts commit b7186bf87e0ce6699a5ef13eb1dcf492ba4d11a8.
Diffstat (limited to 'inventory/host_vars/ch-dione.yml')
-rw-r--r--inventory/host_vars/ch-dione.yml16
1 files changed, 1 insertions, 15 deletions
diff --git a/inventory/host_vars/ch-dione.yml b/inventory/host_vars/ch-dione.yml
index 6e858891..40c2864b 100644
--- a/inventory/host_vars/ch-dione.yml
+++ b/inventory/host_vars/ch-dione.yml
@@ -1,6 +1,4 @@
---
-install_interface: eno1
-
install:
efi: true
disks:
@@ -13,7 +11,7 @@ network:
nameservers: "{{ network_zones.lan.dns }}"
domain: "{{ host_domain }}"
primary: &_network_primary_
- name: br-lan
+ name: eno1
address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
gateway: "{{ network_zones.lan.gateway }}"
interfaces:
@@ -22,15 +20,3 @@ 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