12 lines
222 B
YAML
12 lines
222 B
YAML
all:
|
|
children:
|
|
env:
|
|
# Place your environment here
|
|
roles:
|
|
# Place role mapping here
|
|
children:
|
|
role_web:
|
|
vars:
|
|
app_domain: "domain.{{ top_domain }}"
|
|
role_db:
|