feat: modify inventory for restic integration
This commit is contained in:
12
group_vars/scw_cloud.yml
Normal file
12
group_vars/scw_cloud.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
restic_aws_access_key_id: "SCWY2MFJSS6PFR6YB4SY"
|
||||
restic_aws_secret_access_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
35613563303963353736346430666231303238666231376233306438313363366565303066376635
|
||||
6534353730303133336138373331313065623236656465380a313237393833316566626632646363
|
||||
65396438663739366136376433653530623932323538643338306630303363313333623930316635
|
||||
3438336539323036300a613735623730353864663038386635643731616361623366626634336130
|
||||
34636632653032313935613566363066656636316135636263393862623031363332636338633038
|
||||
6266303531303035663965356132376235343463643635363137
|
||||
restic_s3_url: "https://s3.pl-waw.scw.cloud/backup-nupes"
|
@@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
scootaloo_min_refresh_interval: 15
|
@@ -12,6 +12,11 @@ hypervisors:
|
||||
hosts:
|
||||
serenor.dmz.mateu.be:
|
||||
|
||||
scw_cloud:
|
||||
hosts:
|
||||
20b4f083-4ef3-4a82-b15c-edbc31aa1731.pub.instances.scw.cloud:
|
||||
93b2685c-9087-4e52-a66f-bf44bfc4a13a.pub.instances.scw.cloud:
|
||||
|
||||
borgbackup:
|
||||
children:
|
||||
borg_server:
|
||||
@@ -64,17 +69,6 @@ borg_client:
|
||||
- /var/lib/scootaloo
|
||||
borg_backup_excluded_path:
|
||||
- /srv/docker/m.nintendojo.fr/public
|
||||
93b2685c-9087-4e52-a66f-bf44bfc4a13a.pub.instances.scw.cloud:
|
||||
20b4f083-4ef3-4a82-b15c-edbc31aa1731.pub.instances.scw.cloud:
|
||||
scootaloo_min_refresh_interval: 15
|
||||
borg_backup_path:
|
||||
- /srv
|
||||
- /home
|
||||
- /etc
|
||||
- /var/lib/scootaloo
|
||||
- /usr/local
|
||||
borg_backup_excluded_path:
|
||||
- /srv/docker/nupes.social/public
|
||||
garage1.dmz.mateu.be:
|
||||
borg_backup_path:
|
||||
- /etc
|
||||
@@ -192,6 +186,19 @@ rorservers:
|
||||
20b4f083-4ef3-4a82-b15c-edbc31aa1731.pub.instances.scw.cloud:
|
||||
masto1.dmz.mateu.be:
|
||||
|
||||
resticservers:
|
||||
hosts:
|
||||
20b4f083-4ef3-4a82-b15c-edbc31aa1731.pub.instances.scw.cloud:
|
||||
restic_backup_path:
|
||||
- /srv
|
||||
- /home
|
||||
- /etc
|
||||
- /var/lib/scootaloo
|
||||
- /usr/local
|
||||
restic_backup_excluded_path:
|
||||
- /srv/docker/nupes.social/public
|
||||
93b2685c-9087-4e52-a66f-bf44bfc4a13a.pub.instances.scw.cloud:
|
||||
|
||||
mailservers:
|
||||
hosts:
|
||||
mail.dmz.mateu.be:
|
||||
|
Reference in New Issue
Block a user