Add backups to tang
This commit is contained in:
parent
616d20e23b
commit
ed59458f39
3 changed files with 13 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
ssh_extra_allowed_users: jake
|
ssh_extra_allowed_users: jake
|
||||||
private_ip: "{{ ansible_default_ipv4.address }}"
|
private_ip: "{{ ansible_default_ipv4.address }}"
|
||||||
|
|
||||||
|
restic_backup_locations:
|
||||||
|
- /var/lib/adguardhome/
|
9
ansible/host_vars/tang/vault.yml
generated
Normal file
9
ansible/host_vars/tang/vault.yml
generated
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
62623062666237373636616333623434363662316639633962363833303663376331346338363365
|
||||||
|
6633336638623237396134613033346665313964613538320a656134323135613834316462366161
|
||||||
|
36633062623031306562313233356536643132346466376435303031333331643936613036616236
|
||||||
|
3231613336396135340a376339396663343837353139393062353530626566626566366439353762
|
||||||
|
37376236376437393863633730643531323762336536633034353132356266373361613434326333
|
||||||
|
39663562353337666435653435623563383630383537663633336437613262323733363766666539
|
||||||
|
66373538386163303731663331666138656435343436613633323766366261316337373830653837
|
||||||
|
64313133396532376436
|
|
@ -132,6 +132,7 @@
|
||||||
- adguardhome
|
- adguardhome
|
||||||
- role: prometheus.prometheus.node_exporter
|
- role: prometheus.prometheus.node_exporter
|
||||||
become: true
|
become: true
|
||||||
|
- restic
|
||||||
|
|
||||||
- hosts: pve-dokku
|
- hosts: pve-dokku
|
||||||
roles:
|
roles:
|
||||||
|
|
Loading…
Add table
Reference in a new issue