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

12 lines
234 B
YAML

---
- name: Load all deployment variables
include_vars:
dir: "{{ item }}"
extensions:
- yml
- yaml
with_items:
- "{{ plugin_config_root }}"
- "{{ app_config_root }}"
- "{{ app_config_root }}/vault"