mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 18:31:42 -05:00
16 lines
424 B
YAML
16 lines
424 B
YAML
---
|
|
|
|
- name: Include vars in organisation.yml
|
|
include_vars:
|
|
file: '/var/lib/awx/projects/clients/{{ member_id }}/organisation.yml'
|
|
no_log: True
|
|
|
|
- name: Include vars in hosting_vars.yml
|
|
include_vars:
|
|
file: '/var/lib/awx/projects/hosting/hosting_vars.yml'
|
|
no_log: True
|
|
|
|
- name: Include AWX master token from awx_tokens.yml
|
|
include_vars:
|
|
file: /var/lib/awx/projects/hosting/awx_tokens.yml
|
|
no_log: True
|