Add more variables
This commit is contained in:
parent
7ef13a36f2
commit
4fc7125b16
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ borg_retention_policy:
|
|||
keep_daily: 7
|
||||
keep_weekly: 4
|
||||
keep_monthly: 6
|
||||
borg_user: root
|
||||
borg_version: false
|
||||
|
||||
borgmatic_timer_cron_name: "borgmatic"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
- name: Generate an OpenSSH keypair
|
||||
community.crypto.openssh_keypair:
|
||||
path: "{{ borg_ssh_key_file_path }}"
|
||||
type: "ed25519"
|
||||
type: "{{ borg_ssh_key_type }}"
|
||||
|
||||
- name: Setup borgbase backup
|
||||
ansible.builtin.import_tasks: borgbase.yml
|
||||
|
|
Loading…
Reference in a new issue