From d8992082b223fc4305652bab710b0e8f0c2bed0f Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Thu, 22 Jan 2026 12:11:53 +0100 Subject: [PATCH] added new hosts to be backed up --- roles/backup/files/config/bastion_excludes.txt | 0 roles/backup/files/config/bastion_includes.txt | 0 roles/backup/files/config/pve3_excludes.txt | 0 roles/backup/files/config/pve3_includes.txt | 0 roles/backup/vars/main.yml | 1 + 5 files changed, 1 insertion(+) create mode 100644 roles/backup/files/config/bastion_excludes.txt create mode 100644 roles/backup/files/config/bastion_includes.txt create mode 100644 roles/backup/files/config/pve3_excludes.txt create mode 100644 roles/backup/files/config/pve3_includes.txt diff --git a/roles/backup/files/config/bastion_excludes.txt b/roles/backup/files/config/bastion_excludes.txt new file mode 100644 index 0000000..e69de29 diff --git a/roles/backup/files/config/bastion_includes.txt b/roles/backup/files/config/bastion_includes.txt new file mode 100644 index 0000000..e69de29 diff --git a/roles/backup/files/config/pve3_excludes.txt b/roles/backup/files/config/pve3_excludes.txt new file mode 100644 index 0000000..e69de29 diff --git a/roles/backup/files/config/pve3_includes.txt b/roles/backup/files/config/pve3_includes.txt new file mode 100644 index 0000000..e69de29 diff --git a/roles/backup/vars/main.yml b/roles/backup/vars/main.yml index 2aec5b6..1431ef1 100644 --- a/roles/backup/vars/main.yml +++ b/roles/backup/vars/main.yml @@ -1,6 +1,7 @@ hosts_to_backup: - { hostname: "AdGuard", fqdn: "AdGuard.universe.local." } - { hostname: "agh01", fqdn: "agh01.universe.local." } + - { hostname: "bastion", fqdn: "bastion.universe.local." } - { hostname: "dhcp-kea", fqdn: "dhcp-kea.universe.local." } - { hostname: "dhcp-stork", fqdn: "dhcp-stork.universe.local." } - { hostname: "dnspri", fqdn: "dnspri.universe.local." }