Refactored independent_

This commit is contained in:
2023-09-02 09:45:26 +02:00
parent 89b4a9bda1
commit c11333be9a
36 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
# independent_backup-to-usb
# backup-to-usb
This Ansible role automates the process of performing backups to a swappable USB device.

View File

@@ -0,0 +1,3 @@
---
dependencies:
- role: backups-cleanup-service

View File

@@ -1,4 +1,4 @@
# role independent_backups-cleanup-timer
# role backups-cleanup-timer
Cleans up old backups

View File

@@ -0,0 +1,3 @@
# role backups-cleanup-timer
Timer for cleaning up old backups

View File

@@ -0,0 +1,2 @@
dependencies:
- backups-cleanup-service

View File

@@ -1,2 +1,2 @@
dependencies:
- independent_application-wireguard
- application-wireguard

View File

@@ -1,3 +0,0 @@
---
dependencies:
- role: independent_backups-cleanup-service

View File

@@ -1,3 +0,0 @@
# role independent_backups-cleanup-timer
Timer for cleaning up old backups

View File

@@ -1,2 +0,0 @@
dependencies:
- independent_backups-cleanup-service

View File

@@ -1,3 +0,0 @@
dependencies:
- { role: independent_system-pacman, when: ansible_distribution == 'Archlinux' }
- { role: independent_system-apt-update, when: ansible_distribution == "Debian" }

View File

@@ -1,4 +1,4 @@
dependencies:
- native-git
- systemd_notifier
- independent_backups-cleanup-timer
- backups-cleanup-timer

View File

@@ -1,3 +1,3 @@
dependencies:
- native-backups-provider-user
- independent_backups-cleanup-timer
- backups-cleanup-timer

View File

@@ -1,4 +1,4 @@
# role independent_system-apt-update
# role system-apt-update
This role updates the packages
# upgrade

View File

@@ -0,0 +1,3 @@
dependencies:
- { role: system-pacman, when: ansible_distribution == 'Archlinux' }
- { role: system-apt-update, when: ansible_distribution == "Debian" }