From 3d6b7ec329d04884f8c59592c0f8e23ba51f3b6b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 27 Jan 2024 22:01:22 +0100 Subject: move ch-auth-legacy to _graveyard_ --- _graveyard_/chaos-at-home/ch-auth-legacy.yml | 7 +++++++ _graveyard_/inventory/group_vars/chaos-at-home/network.yml | 1 + _graveyard_/inventory/hosts.ini | 2 ++ chaos-at-home/ch-auth-legacy.yml | 7 ------- inventory/group_vars/chaos-at-home/network.yml | 3 --- inventory/hosts.ini | 2 -- 6 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 _graveyard_/chaos-at-home/ch-auth-legacy.yml delete mode 100644 chaos-at-home/ch-auth-legacy.yml diff --git a/_graveyard_/chaos-at-home/ch-auth-legacy.yml b/_graveyard_/chaos-at-home/ch-auth-legacy.yml new file mode 100644 index 00000000..34c478fd --- /dev/null +++ b/_graveyard_/chaos-at-home/ch-auth-legacy.yml @@ -0,0 +1,7 @@ +--- +- name: Basic Setup + hosts: ch-auth-legacy + gather_facts: no + tasks: + - debug: + msg: legacy host, not maintained by ansible... diff --git a/_graveyard_/inventory/group_vars/chaos-at-home/network.yml b/_graveyard_/inventory/group_vars/chaos-at-home/network.yml index dd541798..9109dae2 100644 --- a/_graveyard_/inventory/group_vars/chaos-at-home/network.yml +++ b/_graveyard_/inventory/group_vars/chaos-at-home/network.yml @@ -2,6 +2,7 @@ network_zones: svc: offsets: + ch-auth-legacy: 88 ch-omd: 231 mgmt: diff --git a/_graveyard_/inventory/hosts.ini b/_graveyard_/inventory/hosts.ini index 41bf5d84..9af30e82 100644 --- a/_graveyard_/inventory/hosts.ini +++ b/_graveyard_/inventory/hosts.ini @@ -2,6 +2,7 @@ # environment: chaos-at-home [chaos-at-home] +ch-auth-legacy host_name=auth ch-gnocchi host_name=gnocchi ch-omd host_name=omd @@ -79,6 +80,7 @@ ch-gnocchi vmhost-ch-gnocchi-guests [vmhost-ch-prometheus-guests] +ch-auth-legacy ch-omd diff --git a/chaos-at-home/ch-auth-legacy.yml b/chaos-at-home/ch-auth-legacy.yml deleted file mode 100644 index 34c478fd..00000000 --- a/chaos-at-home/ch-auth-legacy.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Basic Setup - hosts: ch-auth-legacy - gather_facts: no - tasks: - - debug: - msg: legacy host, not maintained by ansible... diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml index ee5693ae..f4c90a7d 100644 --- a/inventory/group_vars/chaos-at-home/network.yml +++ b/inventory/group_vars/chaos-at-home/network.yml @@ -93,9 +93,6 @@ network_zones: ch-greenbone: 231 ch-router-obsd: 253 ch-router: 254 - ############# - ## legacy stuff - ch-auth-legacy: 88 mgmt: vlan: 42 diff --git a/inventory/hosts.ini b/inventory/hosts.ini index ecc08c3b..e0305877 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -27,7 +27,6 @@ ch-prometheus host_name=prometheus ch-apps host_name=apps ch-http-proxy host_name=http-proxy ch-imap-proxy host_name=imap-proxy -ch-auth-legacy host_name=auth ch-prometheus-legacy host_name=prometheus ch-testvm-prometheus host_name=testvm-prometheus ch-testvm-openwrt host_name=testvm-openwrt @@ -393,7 +392,6 @@ vmhost-ch-phoebe-guests ch-apps ch-http-proxy ch-imap-proxy -ch-auth-legacy ch-prometheus-legacy ch-testvm-prometheus ch-testvm-openwrt -- cgit v1.2.3