Add more variables

This commit is contained in:
phil 2023-04-08 21:37:24 +02:00
parent 7ef13a36f2
commit 4fc7125b16
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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