summaryrefslogtreecommitdiff
path: root/inventory/host_vars/lw-thetys.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-22 02:37:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-22 02:37:11 +0200
commit5a35c210ddb64998586b69b921e8d721395f09d5 (patch)
tree9a65e26f147c59ab379e1cd23a1baf60ac5d5264 /inventory/host_vars/lw-thetys.yml
parentMerge branch 'topic/kubernetes-network-plugins' (diff)
parentconverted other physical machines to new network config (diff)
Merge branch 'topic/network-interfaces-variables-refactoring'
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