From bd4eb74b5359dcd9d802932a176c4169489892d1 Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Fri, 23 May 2025 11:20:51 +0200 Subject: [PATCH] renamed hosts and new list --- .../{jitsi_excludes.txt => jitsimeet_excludes.txt} | 0 .../{jitsi_includes.txt => jitsimeet_includes.txt} | 0 .../{mewitoot_excludes.txt => mastdon_excludes.txt} | 0 roles/backup/vars/main.yml | 11 ++++++----- 4 files changed, 6 insertions(+), 5 deletions(-) rename roles/backup/files/config/{jitsi_excludes.txt => jitsimeet_excludes.txt} (100%) rename roles/backup/files/config/{jitsi_includes.txt => jitsimeet_includes.txt} (100%) rename roles/backup/files/config/{mewitoot_excludes.txt => mastdon_excludes.txt} (100%) diff --git a/roles/backup/files/config/jitsi_excludes.txt b/roles/backup/files/config/jitsimeet_excludes.txt similarity index 100% rename from roles/backup/files/config/jitsi_excludes.txt rename to roles/backup/files/config/jitsimeet_excludes.txt diff --git a/roles/backup/files/config/jitsi_includes.txt b/roles/backup/files/config/jitsimeet_includes.txt similarity index 100% rename from roles/backup/files/config/jitsi_includes.txt rename to roles/backup/files/config/jitsimeet_includes.txt diff --git a/roles/backup/files/config/mewitoot_excludes.txt b/roles/backup/files/config/mastdon_excludes.txt similarity index 100% rename from roles/backup/files/config/mewitoot_excludes.txt rename to roles/backup/files/config/mastdon_excludes.txt diff --git a/roles/backup/vars/main.yml b/roles/backup/vars/main.yml index a812098..9d5c127 100644 --- a/roles/backup/vars/main.yml +++ b/roles/backup/vars/main.yml @@ -8,7 +8,7 @@ hosts_to_backup: - { hostname: "dhcp-stork", fqdn: "dhcp-stork.universe.local." } - { hostname: "diskstation", fqdn: "diskstation.universe.local." } - { hostname: "dnspri", fqdn: "dnspri.universe.local." } - - { hostname: "dnssec1", fqdn: "dnsec1.universe.local." } + - { hostname: "dnssec1", fqdn: "dnssec1.universe.local." } - { hostname: "dnssec2", fqdn: "dnssec2.universe.local." } - { hostname: "docker01", fqdn: "docker01.universe.local." } - { hostname: "docker02", fqdn: "docker02.universe.local." } @@ -17,18 +17,19 @@ hosts_to_backup: - { hostname: "grafana", fqdn: "grafana.universe.local." } - { hostname: "graylog", fqdn: "graylog.universe.local." } - { hostname: "gs1900-8hp", fqdn: "gs1900-8hp.universe.local." } + - { hostname: "haproxy", fqdn: "haproxy.universe.local." } - { hostname: "haproxy01", fqdn: "haproxy01.universe.local." } - { hostname: "haproxy02", fqdn: "haproxy02.universe.local." } - - { hostname: "homeassistant", fqdn: "homeassistant.universe.local." } - { hostname: "icinga", fqdn: "icinga.universe.local." } - { hostname: "idrac-dell", fqdn: "idrac-dell.universe.local." } + - { hostname: "jitsimeet", fqdn: "jitsimeet.universe.local." } - { hostname: "librenms", fqdn: "librenms.universe.local." } - - { hostname: "mailcow", fqdn: "mail.mewissen.site." } - { hostname: "mail", fqdn: "mail.universe.local." } + - { hostname: "mailcow", fqdn: "mailcow.universe.local." } - { hostname: "mariadb01", fqdn: "mariadb01.universe.local." } - { hostname: "mariadb02", fqdn: "mariadb02.universe.local." } - { hostname: "mariadb03", fqdn: "mariadb03.universe.local." } - - { hostname: "mewimeet", fqdn: "mewimeet.de." } + - { hostname: "mastodon", fqdn: "mastodon.universe.local." } - { hostname: "netbox", fqdn: "netbox.universe.local." } - { hostname: "nextcloud", fqdn: "nextcloud.universe.local." } - { hostname: "ns1", fqdn: "ns1.universe.local." } @@ -40,11 +41,11 @@ hosts_to_backup: - { hostname: "privacyidea", fqdn: "privacyidea.universe.local." } - { hostname: "pve", fqdn: "pve.universe.local." } - { hostname: "pve-ha", fqdn: "pve-ha.universe.local." } - - { hostname: "pve2", fqdn: "pve2.universe.local." } - { hostname: "samba-ad-dc1", fqdn: "samba-ad-dc1.universe.local." } - { hostname: "samba-ad-dc2", fqdn: "samba-ad-dc2.universe.local." } - { hostname: "searx", fqdn: "searx.universe.local." } - { hostname: "step-ca", fqdn: "step-ca.universe.local." } + - { hostname: "tatooine2", fqdn: "tatooine2.universe.local." } - { hostname: "tinyproxy", fqdn: "tinyproxy.universe.local." } - { hostname: "truenas", fqdn: "truenas.universe.local." } - { hostname: "wazuh", fqdn: "wazuh.universe.local." }