aboutsummaryrefslogtreecommitdiff
path: root/ansible/borg/borg.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-08-26 15:22:10 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2020-08-26 15:22:10 +0200
commit96e26da3dde19b492f7455437ea26e6c0df62442 (patch)
treee1c36aee76920574bb91cdb20052b640312a2d3b /ansible/borg/borg.yml
parent9158fc8ff671707c686fcd40e13b06310112eada (diff)
downloadinfra-96e26da3dde19b492f7455437ea26e6c0df62442.tar.gz
infra-96e26da3dde19b492f7455437ea26e6c0df62442.tar.bz2
infra-96e26da3dde19b492f7455437ea26e6c0df62442.tar.xz
infra-96e26da3dde19b492f7455437ea26e6c0df62442.zip
borg.
Diffstat (limited to 'ansible/borg/borg.yml')
-rw-r--r--ansible/borg/borg.yml51
1 files changed, 0 insertions, 51 deletions
diff --git a/ansible/borg/borg.yml b/ansible/borg/borg.yml
deleted file mode 100644
index 86b01eb..0000000
--- a/ansible/borg/borg.yml
+++ /dev/null
@@ -1,51 +0,0 @@
-- hosts:
- - malabaricus
- roles:
- - role: borg-target
- tags: borg-target
- become: yes
- vars:
- borg_target__clients:
- conflatorio:
- state: present
- repos:
- home:
- db:
- birgitte:
- state: present
- repos:
- home:
- arius:
- state: present
- repos:
- home:
-
-- hosts:
- - conflatorio
- - birgitte
- - arius
- roles:
- - role: borg-client
- tags: borg-client
- become: yes
-
-- hosts:
- - conflatorio
- - birgitte
- - arius
- roles:
- - role: borg-job
- tags: borg-job
- become: yes
- vars:
- borg_job__target: malabaricus.trygvis.io
- borg_job__username: borg
- borg_job__name: home
- borg_job__on_calendar: daily
- borg_job__settings:
- patterns: |
- P sh
- R /
- + /home
- - /home/*/ownCloud
- - /home/*/Nextcloud