From 9e6bd813bfe399caf2d153c751145db4e601ec59 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 31 Dec 2022 18:06:30 +0100 Subject: finalize cloud-kvm for edis-kvm for now --- inventory/host_vars/ch-testvm-edis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'inventory/host_vars/ch-testvm-edis.yml') diff --git a/inventory/host_vars/ch-testvm-edis.yml b/inventory/host_vars/ch-testvm-edis.yml index e059d9e8..d005b19b 100644 --- a/inventory/host_vars/ch-testvm-edis.yml +++ b/inventory/host_vars/ch-testvm-edis.yml @@ -1,7 +1,7 @@ --- install: cloud: - id: kvm_94527_260205 + id: kvm_94527_270280 credentials: email: equinox@chaos-at-home.org password: "{{ vault_edis_api_password }}" @@ -15,15 +15,15 @@ install: network: nameservers: - 1.1.1.1 - - 1.1.1.1 + - 1.0.0.1 - 2606:4700:4700::1111 domain: "{{ host_domain }}" primary: &_network_primary_ name: ens3 - address: 149.154.152.204/24 - gateway: 149.154.152.1 - address6: 2a03:f80:ed15:bb55::1/48 - gateway6: 2a03:f80:ed15::1 + address: 151.236.30.176/24 + gateway: 151.236.30.1 + address6: 2a03:f80:ed31:fde0::1/48 + gateway6: 2a03:f80:ed31::1 interfaces: - *_network_primary_ -- cgit v1.2.3