Wire backup into setup_linux and add portainer1-jim backup host

Imports backup.yml from setup_linux.yml so the backup play is
reachable from the umbrella playbook via --tags backup. Also adds
a backup_hosts entry for portainer1-jim.im.lab (5GB, /data/compose).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-23 17:07:29 +02:00
parent f657767632
commit 52bb82f900
2 changed files with 14 additions and 1 deletions
+7
View File
@@ -16,3 +16,10 @@ backup_hosts:
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
portainer1-jim.im.lab:
storage_size_gb: 5
source_directories:
- /data/compose
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
+6
View File
@@ -102,3 +102,9 @@
- name: Set system hostname to inventory_hostname
ansible.builtin.hostname:
name: "{{ inventory_hostname }}"
# ==============================
# FOURTH PLAY: BACKUP
# ==============================
- import_playbook: backup.yml