source: main/waeup-ansible/host_vars/h10.waeup.org @ 17866

Last change on this file since 17866 was 15967, checked in by uli, 5 years ago

Add host vars for h9 and h10.

These include mainly the backup parameters currently active on both hosts.

File size: 1.2 KB
RevLine 
[15967]1# h10.waeup.org host-specific settings
2# Generate vault values like this:
3#    ansible-vault encrypt_string password123 --ask-vault-pass
4---
5borgbackup_encryption_mode: "keyfile"
6borgbackup_servers:
7    - fqdn: "u121417.your-storagebox.de"
8      user: "u121417"
9      password: !vault |
10          $ANSIBLE_VAULT;1.1;AES256
11          37386364376532373966323736333031343432666530363533363661346130323961356237333666
12          3835623736336563303266656235643232623362353231650a313834326337623839623362663562
13          39643934646237326362626261376638373431663965333637633865636265383035623166333534
14          3233373635343736340a383230653163356530623264316234323835336131383137383631316561
15          35333234353036363134326633666130396534353139326337623034383938333430
16      type: "hetzner"
17      home: ""
18      pool: "borg"
19      options: ""
20      port: 23
21      quota: "350G"
22      pruning: "--keep-daily 3 --keep-monthly 1"
23borgbackup_include:
24    - "/etc"
25    - "/root"
26    - "/kofa"
27    - "/home/vhosts"
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.