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

Last change on this file since 15914 was 15904, checked in by uli, 5 years ago

Add playbooks and config for borg backup.

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"
24borgbackup_include:
25    - "/etc"
26    - "/root"
27    - "/moodle"
28borgbackup_exclude: []
29borgbackup_cron_day: "*"
30borgbackup_cron_hour: "{{ 5|random(seed=inventory_hostname) }}"
31borgbackup_cron_minute: "{{ 59|random(seed=inventory_hostname) }}"
Note: See TracBrowser for help on using the repository browser.