burp-server: Deploy MinIO
We're going to run MinIO on the BURP server to provide a backup target for the [Postgres Operator][0]/[WAL-E][1]. Although the Postgres Operator also supports backups via [WAL-G][2], which supports more backup targets like SFTP, the operator does not support restoring from those targets. As such, the best way to get fully-featured backups for the Postgres Operator, including environment cloning, etc., is to use S3. Since I absolutely do not want to store my backups "in the cloud," using MinIO seems a decent alternative. Running it on the BURP server allows the backups to be stored and rotated along with regular system backups. [0]: https://github.com/zalando/postgres-operator/ [1]: https://github.com/wal-e/wal-e [2]: https://github.com/wal-g/wal-gstep-ssh
parent
f54bc44a48
commit
a3ea838cac
|
@ -0,0 +1 @@
|
|||
../lego/_.pyrocufflink.net.crt
|
|
@ -0,0 +1 @@
|
|||
../lego/_.pyrocufflink.net.key
|
|
@ -6,3 +6,5 @@ collectd_plugins:
|
|||
# its domain permissive until the problems are identified and resolved
|
||||
# upstream.
|
||||
collectd_selinux_permissive: true
|
||||
|
||||
minio_storage_path: /srv/minio
|
||||
|
|
3
hosts
3
hosts
|
@ -89,6 +89,9 @@ k8s-node
|
|||
[metricspi]
|
||||
mtrcs0.pyrocufflink.blue
|
||||
|
||||
[minio:children]
|
||||
burp-server
|
||||
|
||||
[motioneye]
|
||||
|
||||
[named-server:children]
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
62313461666639393836343966373038663838396461353539313837616239376565643533393635
|
||||
3663336262643538303934633366636266303032393231650a643036363735653634366363393334
|
||||
61353835323163656533613662356235373235303735313862656462623333393863646566666163
|
||||
3030623963376631660a656465313765623866376633636136303630343161393833623864623337
|
||||
63376363333364343766633363306665363433623332303131626338643633653861363765306234
|
||||
35306462306364396263383263363933353330633361623532346563376434313534323539326262
|
||||
61616361303563316430616166336433393734383433633237383163326661353833373938616638
|
||||
39386532313938353932366565663633613966313566613762653938663331636435353339613038
|
||||
6236
|
Loading…
Reference in New Issue