From 2d16057705522053b016a77bba88ec8c02959f0f Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 18 Nov 2025 10:51:44 +0100 Subject: [PATCH] inventory aufgedroelt --- inventory.yaml | 19 ------------------- inventory/01-ring86.yaml | 10 ++++++++++ inventory/02-werkstatt.yaml | 13 +++++++++++++ requirements.yaml | 3 +++ 4 files changed, 26 insertions(+), 19 deletions(-) delete mode 100644 inventory.yaml create mode 100644 inventory/01-ring86.yaml create mode 100644 inventory/02-werkstatt.yaml create mode 100644 requirements.yaml diff --git a/inventory.yaml b/inventory.yaml deleted file mode 100644 index 3b73e22..0000000 --- a/inventory.yaml +++ /dev/null @@ -1,19 +0,0 @@ -wks: - hosts: - adm01.wks: - drucki.wks: - ebin01.wks: - ebin02.wks: - pine01.wks: - #pine02.wks: - pine03.wks: - #pine04.wks: - pine05.wks: - -ring86: - hosts: - auto02.chaos: - truhe.chaos: - #wohnz.chaos: - #yori.chaos: - #lenny.chaos: diff --git a/inventory/01-ring86.yaml b/inventory/01-ring86.yaml new file mode 100644 index 0000000..42168a1 --- /dev/null +++ b/inventory/01-ring86.yaml @@ -0,0 +1,10 @@ +infra: + hosts: + auto02.chaos: + truhe.chaos: + +workstations: + hosts: + yori.chaos: + lenny.chaos: + #wohnz.chaos: \ No newline at end of file diff --git a/inventory/02-werkstatt.yaml b/inventory/02-werkstatt.yaml new file mode 100644 index 0000000..176b3a0 --- /dev/null +++ b/inventory/02-werkstatt.yaml @@ -0,0 +1,13 @@ +wks: + hosts: + #adm01.wks: + drucki.wks: + #ebin01.wks: + #ebin02.wks: + #pine01.wks: + #pine02.wks: + #pine03.wks: + #pine04.wks: + #pine05.wks: + + diff --git a/requirements.yaml b/requirements.yaml new file mode 100644 index 0000000..c9a4b70 --- /dev/null +++ b/requirements.yaml @@ -0,0 +1,3 @@ +roles: +- name: alysoid.ansible-systemd-mount + src: https://github.com/alysoid/ansible-systemd-mount \ No newline at end of file