source: main/waeup-ansible/host_vars/h9.waeup.org @ 17773

Last change on this file since 17773 was 15934, checked in by uli, 5 years ago

Fix backup vars for host h9.

Set the proper list of dirs to backup and set pruning parameters. We want to
keep three old daily backups and one monthly.

File size: 1.2 KB
Line 
1# h9.waeup.org host-specific settings
2# Generate vault values like this:
3#    ansible-vault encrypt_string password123 --ask-vault-pass
4---
5# backup_user: u220626
6# backup_host: u220626.your-storagebox.de
7borgbackup_encryption_mode: "keyfile"
8borgbackup_servers:
9    - fqdn: "u220626.your-storagebox.de"
10      user: "u220626"
11      password: !vault |
12          $ANSIBLE_VAULT;1.1;AES256
13          62393538306432313235313362626134326634666665343836333734646335346337376639356636
14          6235633538656633666130336263346536616361653539360a363032323565376432653736656135
15          65656263656539643335333362656435386639393437613562346638323163313731613036316365
16          3635626333343262620a633363323539643632666530653130623535376663396232346261353533
17          61323866316437396136633530616135303731303333333761613131346435636261
18      type: "hetzner"
19      home: ""
20      pool: "borg"
21      options: ""
22      port: 23
23      quota: "80G"
24      pruning: "--keep-daily 3 --keep-monthly 1"
25borgbackup_include:
26    - "/etc"
27    - "/root"
28    - "/kofa"
29borgbackup_exclude: []
30borgbackup_cron_day: "*"
31borgbackup_cron_hour: "{{ 5|random(seed=inventory_hostname) }}"
32borgbackup_cron_minute: "{{ 59|random(seed=inventory_hostname) }}"
Note: See TracBrowser for help on using the repository browser.