16 lines
444 B
YAML
16 lines
444 B
YAML
---
|
|
# defaults file for ericomeehan.org-suite
|
|
reverse_proxy_production_storage: 2Gi
|
|
mariadb_production_storage: 64Gi
|
|
gitea_production_storage: 64Gi
|
|
mediawiki_production_storage: 256Gi
|
|
nextcloud_production_storage: 256Gi
|
|
redmine_production_storage: 64Gi
|
|
|
|
# TODO: use ansible vault
|
|
mariadb_root_password: 123abc
|
|
gitea_mariadb_password: 123abc
|
|
mediawiki_mariadb_password: 123abc
|
|
nextcloud_mariadb_password: 123abc
|
|
redmine_mariadb_password: 123abc
|