diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-26 11:02:22 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-26 11:02:22 +0100 |
commit | 37e93cced23e0ee726309e841b1dac19e9ccdac4 (patch) | |
tree | 8c692652c0a5fdbd0d95510dabd58c95e1805541 /ansible/host_vars/birgitte | |
parent | 72811f0f48cad07351ab5c5224616383a6920add (diff) | |
download | infra-37e93cced23e0ee726309e841b1dac19e9ccdac4.tar.gz infra-37e93cced23e0ee726309e841b1dac19e9ccdac4.tar.bz2 infra-37e93cced23e0ee726309e841b1dac19e9ccdac4.tar.xz infra-37e93cced23e0ee726309e841b1dac19e9ccdac4.zip |
o Working borg setup.
Diffstat (limited to 'ansible/host_vars/birgitte')
-rw-r--r-- | ansible/host_vars/birgitte/borg.yml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/ansible/host_vars/birgitte/borg.yml b/ansible/host_vars/birgitte/borg.yml index d3ba2fe..fb5058a 100644 --- a/ansible/host_vars/birgitte/borg.yml +++ b/ansible/host_vars/birgitte/borg.yml @@ -1,4 +1,11 @@ -borg_basedir: /disk1/borg -borg_clients: - conflatorio: - state: present +borg_client__state: present +borg_client__patterns: + - -/proc + - -/dev + - -/run + - -/sys + - -/home/*/.cache + - -/pool0 + - -/disk1 + - -/disk2 + - -/sda1 |