aboutsummaryrefslogtreecommitdiffstats
path: root/meta/argument_specs.yml
diff options
context:
space:
mode:
authorColin Wilk <colin@wilk.cx>2026-06-26 22:11:18 +0200
committerColin Wilk <colin@wilk.cx>2026-06-26 22:11:18 +0200
commitbd022f046651d287309b26164cd60a3d6d38471c (patch)
tree557f3ecba27708dbaa9747d53bf571cd91041aac /meta/argument_specs.yml
parent2570550feba2abc80c182ca5e6918f29c22c4cf8 (diff)
downloadansible-role-borgbackup-bd022f046651d287309b26164cd60a3d6d38471c.tar.gz
ansible-role-borgbackup-bd022f046651d287309b26164cd60a3d6d38471c.zip
Update and fix pre-commit hooks
Diffstat (limited to 'meta/argument_specs.yml')
-rw-r--r--meta/argument_specs.yml24
1 files changed, 11 insertions, 13 deletions
diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml
index 5b55ac9..2331794 100644
--- a/meta/argument_specs.yml
+++ b/meta/argument_specs.yml
@@ -3,9 +3,9 @@ argument_specs:
main:
options:
-################################################################################
-# Required
-################################################################################
+ ################################################################################
+ # Required
+ ################################################################################
borg_server_host:
type: str
required: true
@@ -14,13 +14,13 @@ argument_specs:
type: str
required: true
-################################################################################
-# Optional
-################################################################################
+ ################################################################################
+ # Optional
+ ################################################################################
borg_server_host_url:
type: str
required: false
- default: '{{ borg_server_host }}'
+ default: "{{ borg_server_host }}"
borg_server_user_home:
type: str
@@ -30,12 +30,12 @@ argument_specs:
borg_repo_name:
type: str
required: false
- default: '{{ inventory_hostname }}'
+ default: "{{ inventory_hostname }}"
borg_backup_name_format:
type: str
required: false
- default: '{hostname}-{now:%Y-%m-%dT%H:%M:%S}'
+ default: "{hostname}-{now:%Y-%m-%dT%H:%M:%S}"
borg_mode_append_only:
type: bool
@@ -52,13 +52,11 @@ argument_specs:
elements: str
required: false
default: []
-
borg_excluded_dirs:
type: list
elements: str
required: false
default: []
-
borg_passphrase:
type: str
required: false
@@ -85,12 +83,12 @@ argument_specs:
borg_backup_argument:
type: str
required: false
- default: '{ borg_server_host_url }'
+ default: "{ borg_server_host_url }"
borg_systemd_oncalendar:
type: str
required: false
- default: '*-*-* 02:00:00'
+ default: "*-*-* 02:00:00"
borg_systemd_accuracysec:
type: str