Skip to content
Snippets Groups Projects
Commit 6cafb1ca authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Those are fine

parent 27702191
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
BORG_PASSPHRASE: "{{ borgbackup_key }}" BORG_PASSPHRASE: "{{ borgbackup_key }}"
when: not repo.stat.exists when: not repo.stat.exists
- name: Install borgmatic - name: Install borgmatic # noqa package-latest
pip: pip:
name: borgmatic name: borgmatic
state: latest state: latest
......
...@@ -45,4 +45,5 @@ ...@@ -45,4 +45,5 @@
authorized_key: authorized_key:
user: "borgbackup" user: "borgbackup"
key: "{{ borgbackup_source_key }}" key: "{{ borgbackup_source_key }}"
# yamllint disable-line rule:line-length
key_options: "command=\"cd {{ hostvars[borgbackup_target_host]['borgbackup_pool'] | default(borgbackup_pool) }}/{{ borgbackup_source_host }};borg serve --restrict-to-path {{ hostvars[borgbackup_target_host]['borgbackup_pool'] | default(borgbackup_pool) }}/{{ borgbackup_source_host }}\",restrict" key_options: "command=\"cd {{ hostvars[borgbackup_target_host]['borgbackup_pool'] | default(borgbackup_pool) }}/{{ borgbackup_source_host }};borg serve --restrict-to-path {{ hostvars[borgbackup_target_host]['borgbackup_pool'] | default(borgbackup_pool) }}/{{ borgbackup_source_host }}\",restrict"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment