From 1df0a0fe2b1288de3f7e599bac86f864dca22543 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 12 Sep 2019 00:08:14 +0200 Subject: refactored spreadspace hostnames --- inventory/host_vars/r3-cccamp19-helene.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 inventory/host_vars/r3-cccamp19-helene.yml (limited to 'inventory/host_vars/r3-cccamp19-helene.yml') diff --git a/inventory/host_vars/r3-cccamp19-helene.yml b/inventory/host_vars/r3-cccamp19-helene.yml new file mode 100644 index 00000000..af3895ec --- /dev/null +++ b/inventory/host_vars/r3-cccamp19-helene.yml @@ -0,0 +1,20 @@ +--- +install_interface: eno1 +install_dhcp: true + +install: + efi: true + disks: + primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NB0J803346 + +network: + domain: camp.realraum.at + + +base_packages_extra_host: +- vlan + +ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}" + +dyndns: + server: ch-pan -- cgit v1.2.3