aboutsummaryrefslogtreecommitdiffstats
path: root/meta/argument_specs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'meta/argument_specs.yml')
-rw-r--r--meta/argument_specs.yml28
1 files changed, 27 insertions, 1 deletions
diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml
index 0101ed1..ef7dd4d 100644
--- a/meta/argument_specs.yml
+++ b/meta/argument_specs.yml
@@ -17,6 +17,25 @@ argument_specs:
################################################################################
# Optional
################################################################################
+ borg_client_user:
+ type: str
+ required: false
+ default: root
+
+ borg_client_user_home:
+ type: str
+ required: false
+
+ borg_ssh_key_type:
+ type: str
+ required: false
+ default: rsa
+
+ borg_ssh_key_per_repo:
+ type: bool
+ required: false
+ default: false
+
borg_server_host_url:
type: str
required: false
@@ -69,6 +88,7 @@ argument_specs:
borg_decryption_keys_yaml_path:
type: str
required: false
+ default: "{{ inventory_dir }}/decryption_keys.yml"
borg_backup_script_location:
type: str
@@ -88,7 +108,13 @@ argument_specs:
borg_backup_argument:
type: str
required: false
- default: "{ borg_server_host_url }"
+ default: "{{ borg_server_host_url }}"
+
+ borg_backup_service_successful_exit_status:
+ type: list
+ elements: str
+ required: false
+ default: []
borg_systemd_oncalendar:
type: str