diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-19 00:23:36 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-19 00:23:36 +0200 |
| commit | 457ea6648783258458bb12280d39d5816450ff62 (patch) | |
| tree | d1f7375ede93c47710fab15d2fb973e0f5bfdf86 /roles/backup/meta | |
| parent | 11e661babdb681924d902cbf193ed248dd88c039 (diff) | |
Rename backup -> mount as a role
Diffstat (limited to 'roles/backup/meta')
| -rw-r--r-- | roles/backup/meta/argument_specs.yml | 20 | ||||
| -rw-r--r-- | roles/backup/meta/main.yml | 11 |
2 files changed, 0 insertions, 31 deletions
diff --git a/roles/backup/meta/argument_specs.yml b/roles/backup/meta/argument_specs.yml deleted file mode 100644 index 459187ee..00000000 --- a/roles/backup/meta/argument_specs.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -argument_specs: - main: - options: - backup_device: - type: "str" - description: "Device to mount (e.g. PARTLABEL=backup)" - required: true - backup_mount_point: - type: "str" - description: "Mount point for the backup drive" - default: "/mnt/backup" - backup_fstype: - type: "str" - description: "Filesystem type of the backup device" - default: "ext4" - backup_mount_options: - type: "str" - description: "Mount options for the backup device" - default: "defaults,noatime" diff --git a/roles/backup/meta/main.yml b/roles/backup/meta/main.yml deleted file mode 100644 index 616d6a42..00000000 --- a/roles/backup/meta/main.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -dependencies: [] -galaxy_info: - author: "a14m" - description: "Mount a dedicated backup drive" - license: "MIT" - min_ansible_version: "2.18" - platforms: - - name: "Debian" - versions: - - "bookworm" |
