parent
85127bacba
commit
af240aef37
@ -1,12 +1,10 @@
|
|||||||
|
|
||||||
- tags: always
|
- name: Include vars in organisation.yml
|
||||||
block:
|
include_vars:
|
||||||
- name: Include vars in organisation.yml
|
file: '/var/lib/awx/projects/clients/{{ member_id }}/organisation.yml'
|
||||||
include_vars:
|
no_log: True
|
||||||
file: '/var/lib/awx/projects/clients/{{ member_id }}/organisation.yml'
|
|
||||||
no_log: True
|
|
||||||
|
|
||||||
- name: Include vars in hosting_vars.yml
|
- name: Include vars in hosting_vars.yml
|
||||||
include_vars:
|
include_vars:
|
||||||
file: '/var/lib/awx/projects/hosting/hosting_vars.yml'
|
file: '/var/lib/awx/projects/hosting/hosting_vars.yml'
|
||||||
no_log: True
|
no_log: True
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
|
|
||||||
- tags: always
|
- name: Include vars in matrix_vars.yml
|
||||||
block:
|
include_vars:
|
||||||
- name: Include vars in matrix_vars.yml
|
file: '/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml'
|
||||||
include_vars:
|
no_log: True
|
||||||
file: '/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml'
|
|
||||||
no_log: True
|
|
||||||
|
Loading…
Reference in new issue