From b5a95405f7aec03a95abdad0f3b937b367c14c97 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 20 Jul 2022 19:54:18 +0200 Subject: ele-* playbook refactoring and ele-calypso base install --- inventory/host_vars/ele-hpws-mini1.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inventory/host_vars/ele-hpws-mini1.yml') diff --git a/inventory/host_vars/ele-hpws-mini1.yml b/inventory/host_vars/ele-hpws-mini1.yml index d5b9b51b..7c33506f 100644 --- a/inventory/host_vars/ele-hpws-mini1.yml +++ b/inventory/host_vars/ele-hpws-mini1.yml @@ -37,12 +37,12 @@ install: - "consoleblank=0" network: - nameservers: "{{ network_zones.cc_hmtsaal.dns }}" + nameservers: "{{ network_zones.emc.dns }}" domain: "{{ host_domain }}" primary: &_network_primary_ name: eno1 - address: "{{ network_zones.cc_hmtsaal.prefix | ipaddr(network_zones.cc_hmtsaal.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" - gateway: "{{ network_zones.cc_hmtsaal.gateway }}" + address: "{{ network_zones.emc.prefix | ipaddr(network_zones.emc.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" + gateway: "{{ network_zones.emc.gateway }}" interfaces: - *_network_primary_ - name: eno1.18 -- cgit v1.2.3