This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
dokku-ansible-deploy/plays/lib/vars.yml

13 lines
274 B
YAML
Raw Normal View History

2020-04-13 10:49:14 +00:00
---
2020-04-13 12:04:38 +00:00
- name: Load all deployment variables
include_vars:
2020-04-13 12:25:47 +00:00
ignore_unknown_extensions: true
2020-04-13 12:04:38 +00:00
dir: "{{ item }}"
extensions:
- yml
- yaml
with_items:
- "{{ plugin_config_root }}"
2020-04-13 12:22:19 +00:00
# - "{{ app_config_root }}"
# - "{{ app_config_root }}/vault"