mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 22:14:25 +02:00
Optimized template descriptions
This commit is contained in:
parent
6db7144b08
commit
b2e32aacf3
11
templates/roles/web-app/config/README.md.j2
Normal file
11
templates/roles/web-app/config/README.md.j2
Normal file
@ -0,0 +1,11 @@
|
||||
# Config
|
||||
|
||||
The domains defined here can be customized by the system administrator. By default, they’re 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)
|
||||
```
|
@ -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]
|
Loading…
x
Reference in New Issue
Block a user