You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
647 B
YAML
19 lines
647 B
YAML
---
|
|
|
|
hetzner_server_type: cx21
|
|
hetzner_server_labels: "stage={{ stage }} service=gitea"
|
|
|
|
gitea_id: "{{ inventory_hostname }}-gitea"
|
|
gitea_postgres_id: "{{ inventory_hostname }}-postgres-gitea"
|
|
|
|
gitea_base_url: "{{ inventory_hostname }}.{{ domain }}"
|
|
|
|
# unique id for a service, will be used for service access management as well (e.g. keycloak realm)
|
|
gitea_client_id: "{{ cluster_name }}"
|
|
gitea_client_secret: "{{ cluster_name }}"
|
|
|
|
gitea_postgres_host: "{{ shared_service_postgres_01_hostname }}"
|
|
gitea_postgres_database: "{{ stage }}_gitea"
|
|
gitea_postgres_username: "{{ gitea_postgres_database }}"
|
|
gitea_postgres_password: "gitea-postgres-admin"
|