This playbook uses the *minio-nginx* and *minio-backups-cert* role to deploy MinIO with nginx. The S3 API server is *s3.backups.pyrocufflink.blue*, and buckets can be accessed as subdomains of this name. The Admin Console is *minio.backups.pyrocufflink.blue*. Certificates are issued by DCH CA via ACME using `certbot`.
5 lines
71 B
YAML
5 lines
71 B
YAML
- hosts: minio-backups
|
|
roles:
|
|
- minio-backups-cert
|
|
- minio-nginx
|