Optimized template descriptions

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-12 13:42:07 +02:00
parent 6db7144b08
commit b2e32aacf3
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
# Config
The domains defined here can be customized by the system administrator. By default, theyre loaded from `../../group_vars/all/04_applications.yml`, but you can override them per application in your repository:
```yaml
applications:
{{ application_id }}:
variable_a: "test string" # Replaces the default value
variable_b: {} # Merges with the existing content
variable_c: [] # Replaces the default value (use caution with domains)
```

View File

@ -1,2 +1,2 @@
application_id: {{ application_id }} # ID of the application
application_id: {{ application_id }} # ID of the application, should be the name of the role folder
database_type: 0 # Database type [postgres, mariadb]