Populate files in config
This commit is contained in:
parent
128bf5007e
commit
272cf12582
@ -77,6 +77,7 @@
|
|||||||
config:
|
config:
|
||||||
dirs: "{{ hostvars[dokku.host].dirs | default([]) }}"
|
dirs: "{{ hostvars[dokku.host].dirs | default([]) }}"
|
||||||
db: "{{ hostvars[dokku.host].db | default([]) }}"
|
db: "{{ hostvars[dokku.host].db | default([]) }}"
|
||||||
|
files: "{{ hostvars[dokku.host].files | default([]) }}"
|
||||||
env: "{{ hostvars[dokku.host].env | default([]) }}"
|
env: "{{ hostvars[dokku.host].env | default([]) }}"
|
||||||
templates: "{{ hostvars[dokku.host].templates | default([]) }}"
|
templates: "{{ hostvars[dokku.host].templates | default([]) }}"
|
||||||
vars: "{{ hostvars[dokku.host].vars | default([]) }}"
|
vars: "{{ hostvars[dokku.host].vars | default([]) }}"
|
||||||
|
Reference in New Issue
Block a user