summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-thetys.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ele-thetys.yml')
-rw-r--r--inventory/host_vars/ele-thetys.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-thetys.yml b/inventory/host_vars/ele-thetys.yml
new file mode 100644
index 00000000..2f10c256
--- /dev/null
+++ b/inventory/host_vars/ele-thetys.yml
@@ -0,0 +1,19 @@
+---
+install:
+ efi: true
+ disks:
+ primary: "/dev/disk/by-id/ata-TS32GMSA370_B475040161"
+
+network:
+ nameservers: "{{ network_zones.lan.dns }}"
+ domain: "{{ host_domain }}"
+ primary:
+ interface: eno1
+ ip: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address') }}"
+ mask: "{{ network_zones.lan.prefix | ipaddr('netmask') }}"
+ gateway: "{{ network_zones.lan.gw }}"
+
+admin_user_host:
+- "{{ equinox_user }}"
+
+ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"