14 lines
285 B
YAML
14 lines
285 B
YAML
---
|
|
- name: Load all deployment variables
|
|
no_log: true
|
|
include_vars:
|
|
ignore_unknown_extensions: true
|
|
dir: "{{ item }}"
|
|
extensions:
|
|
- yml
|
|
- yaml
|
|
with_items:
|
|
- "{{ plugin_config_root }}"
|
|
- "{{ app_config_root }}/vault"
|
|
- "{{ app_config_root }}"
|