summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-tarvos.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-28 23:32:32 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-02-28 23:32:32 +0100
commit5feb3cbd679c45aed054a433b7ba25b5344f468d (patch)
tree39d2e6d5deeb4b461b061bb32c9cd102013f647c /inventory/host_vars/ele-tarvos.yml
parentelevate: move tarvos to guest vlan (diff)
ele-tarvos: moved to guest cont'd
Diffstat (limited to 'inventory/host_vars/ele-tarvos.yml')
-rw-r--r--inventory/host_vars/ele-tarvos.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/inventory/host_vars/ele-tarvos.yml b/inventory/host_vars/ele-tarvos.yml
index 0618275f..b4f36b40 100644
--- a/inventory/host_vars/ele-tarvos.yml
+++ b/inventory/host_vars/ele-tarvos.yml
@@ -31,12 +31,12 @@ install:
- "consoleblank=0"
network:
- nameservers: "{{ network_zones.lan.dns }}"
+ nameservers: "{{ network_zones.guest.dns }}"
domain: "{{ host_domain }}"
primary: &_network_primary_
name: enp0s31f6
- address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
- gateway: "{{ network_zones.lan.gateway }}"
+ address: "{{ network_zones.guest.prefix | ansible.utils.ipaddr(network_zones.guest.offsets[inventory_hostname]) }}"
+ gateway: "{{ network_zones.guest.gateway }}"
interfaces:
- *_network_primary_