summaryrefslogtreecommitdiff
path: root/inventory/host_vars/lw-thetys.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-22 01:35:29 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-22 01:35:29 +0200
commitb22cd6a4d9d93376631f8417b01035fd4f9af4f0 (patch)
tree9a65e26f147c59ab379e1cd23a1baf60ac5d5264 /inventory/host_vars/lw-thetys.yml
parentall vm hosts/guests use the new network config schema (diff)
converted other physical machines to new network config
Diffstat (limited to 'inventory/host_vars/lw-thetys.yml')
-rw-r--r--inventory/host_vars/lw-thetys.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/inventory/host_vars/lw-thetys.yml b/inventory/host_vars/lw-thetys.yml
index 75aa41f0..17b057b2 100644
--- a/inventory/host_vars/lw-thetys.yml
+++ b/inventory/host_vars/lw-thetys.yml
@@ -7,13 +7,15 @@ install:
- "consoleblank=0"
network:
- nameservers: "9.9.9.9"
+ nameservers:
+ - 9.9.9.9
domain: "{{ host_domain }}"
- primary:
- interface: eno1
- ip: "192.168.28.202"
- mask: "255.255.255.0"
- gateway: "192.168.28.254"
+ primary: &_network_primary_
+ name: eno1
+ address: 192.168.28.202/24
+ gateway: 192.168.28.254
+ interfaces:
+ - *_network_primary_
admin_users_host:
- equinox