Load vars in that we control

This commit is contained in:
Luke Murphy 2020-04-13 14:22:19 +02:00
parent ed72e9630c
commit 2cfe5f0cde
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 6 additions and 6 deletions

View File

@ -7,5 +7,5 @@
- yaml - yaml
with_items: with_items:
- "{{ plugin_config_root }}" - "{{ plugin_config_root }}"
- "{{ app_config_root }}" # - "{{ app_config_root }}"
- "{{ app_config_root }}/vault" # - "{{ app_config_root }}/vault"

View File

@ -2,10 +2,10 @@
- hosts: all - hosts: all
gather_facts: false gather_facts: false
tasks: tasks:
- name: Include vars tasks
include: ./lib/vars.yml
- name: Include debug tasks - name: Include debug tasks
include: ./lib/debug.yml include: ./lib/debug.yml
# - name: Include vars tasks
# include: ./lib/vars.yml
# - name: Include http tasks # - name: Include http tasks
# include: ./lib/http.yml # include: ./lib/http.yml
# - name: Include certs tasks # - name: Include certs tasks

View File

@ -2,10 +2,10 @@
- hosts: all - hosts: all
gather_facts: false gather_facts: false
tasks: tasks:
- name: Include vars tasks
include: ./lib/vars.yml
- name: Include debug tasks - name: Include debug tasks
include: ./lib/debug.yml include: ./lib/debug.yml
# - name: Include vars tasks
# include: ./lib/vars.yml
# - name: Include domain tasks # - name: Include domain tasks
# include: ./lib/domain.yml # include: ./lib/domain.yml
# - name: Include env tasks # - name: Include env tasks