From 3e8c0e35d40d5a47a7e84e75979e17820dee8f76 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 26 Oct 2020 17:10:27 +0100 Subject: don't use main.yml inside group_vars --- inventory/group_vars/vmhost-ch-atlas/main.yml | 27 --------------------------- inventory/group_vars/vmhost-ch-atlas/vars.yml | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 inventory/group_vars/vmhost-ch-atlas/main.yml create mode 100644 inventory/group_vars/vmhost-ch-atlas/vars.yml (limited to 'inventory/group_vars/vmhost-ch-atlas') diff --git a/inventory/group_vars/vmhost-ch-atlas/main.yml b/inventory/group_vars/vmhost-ch-atlas/main.yml deleted file mode 100644 index ce0421b5..00000000 --- a/inventory/group_vars/vmhost-ch-atlas/main.yml +++ /dev/null @@ -1,27 +0,0 @@ ---- -vm_host: - name: ch-atlas - network: - dns: - - 89.106.208.7 - - 89.106.208.12 - bridges: - public: - interfaces: - - eth0 - prefix: 89.106.215.16/28 - gateway: 89.106.215.30 - prefix6: 2a02:3e0:407::/64 - gateway6: 2a02:3e0:407::1 - offsets: - ch-keyserver: 3 - ch-testvm: 4 - ele-mur: 5 - r3-vex2: 11 - ch-atlas: 13 - k8stest: {} - funkfeuer: - interfaces: - - eth0.502 - -apt_repo_provider: ffgraz diff --git a/inventory/group_vars/vmhost-ch-atlas/vars.yml b/inventory/group_vars/vmhost-ch-atlas/vars.yml new file mode 100644 index 00000000..ce0421b5 --- /dev/null +++ b/inventory/group_vars/vmhost-ch-atlas/vars.yml @@ -0,0 +1,27 @@ +--- +vm_host: + name: ch-atlas + network: + dns: + - 89.106.208.7 + - 89.106.208.12 + bridges: + public: + interfaces: + - eth0 + prefix: 89.106.215.16/28 + gateway: 89.106.215.30 + prefix6: 2a02:3e0:407::/64 + gateway6: 2a02:3e0:407::1 + offsets: + ch-keyserver: 3 + ch-testvm: 4 + ele-mur: 5 + r3-vex2: 11 + ch-atlas: 13 + k8stest: {} + funkfeuer: + interfaces: + - eth0.502 + +apt_repo_provider: ffgraz -- cgit v1.2.3