From ff5a60e2ae6b1fb6f9a21bb8f3b65ed46c18510f Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Thu, 10 Oct 2024 17:50:29 +0200 Subject: [PATCH 1/2] wks and ring86 --- inventory.yaml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/inventory.yaml b/inventory.yaml index ca80879..7ca2f7b 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -4,4 +4,23 @@ mkt: mx03.maketank.net: uncle02.maketank.net: mon01.maketank.net: - \ No newline at end of file + +wks: + hosts: + adm01.wks: + drucki.wks: + ebin01.wks: + ebin02.wks: + #pine01.wks: + #pine02.wks: + pine03.wks: + #pine04.wks: + pine05.wks: + +ring86: + hosts: + auto01.chaos: + truhe.chaos: + wohnz.chaos: + #yori.chaos: + #lenny.chaos: From 7499f3e96a5e410b1bd3f27ffaadf9e4b45ff1b4 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Thu, 10 Oct 2024 18:24:33 +0200 Subject: [PATCH 2/2] removing salt* --- roles/common/tasks/linux.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/common/tasks/linux.yaml b/roles/common/tasks/linux.yaml index 8b0a89e..6430e8f 100644 --- a/roles/common/tasks/linux.yaml +++ b/roles/common/tasks/linux.yaml @@ -19,6 +19,12 @@ - bwm-ng - iftop +- name: Remove common packages + apt: + state: absent + name: + - salt-* + - name: Remove packages in VMs apt: state: absent