Load vars in that we control
This commit is contained in:
parent
ed72e9630c
commit
2cfe5f0cde
@ -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"
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user