Übernahme aus privaten Projekt.

This commit is contained in:
Olli Graf
2026-01-01 15:47:07 +01:00
parent da36d7ce1e
commit 83fa6e138b
20 changed files with 305 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
- name: Erstelle Host-spezifische Backup-Verzeichnisse
file:
path: "{{ backup_host_dir }}/{{ item }}"
state: directory
loop: "{{backupdirs}}"
when: ansible_facts.lsb.codename in ["bookworm", "bullseye"]