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_daily: 7
|
||||||
keep_weekly: 4
|
keep_weekly: 4
|
||||||
keep_monthly: 6
|
keep_monthly: 6
|
||||||
|
borg_user: root
|
||||||
borg_version: false
|
borg_version: false
|
||||||
|
|
||||||
borgmatic_timer_cron_name: "borgmatic"
|
borgmatic_timer_cron_name: "borgmatic"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
- name: Generate an OpenSSH keypair
|
- name: Generate an OpenSSH keypair
|
||||||
community.crypto.openssh_keypair:
|
community.crypto.openssh_keypair:
|
||||||
path: "{{ borg_ssh_key_file_path }}"
|
path: "{{ borg_ssh_key_file_path }}"
|
||||||
type: "ed25519"
|
type: "{{ borg_ssh_key_type }}"
|
||||||
|
|
||||||
- name: Setup borgbase backup
|
- name: Setup borgbase backup
|
||||||
ansible.builtin.import_tasks: borgbase.yml
|
ansible.builtin.import_tasks: borgbase.yml
|
||||||
|
|
Loading…
Reference in a new issue