summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-thetys.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-02-03 02:19:20 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-02-03 02:19:20 +0100
commit5fec1829cde7d3529a0e8b9908dfa9dce047d1e1 (patch)
tree26470092dc690d923199ce2a73cf2191006aa655 /inventory/host_vars/ele-thetys.yml
parentremove old nomodeset option since it is not needed anymore (diff)
added ele-thetys and support for UEFI in preseed
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 }}"