Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
320 B

  1. - tags: always
  2. block:
  3. - name: Include vars in organisation.yml
  4. include_vars:
  5. file: '/var/lib/awx/projects/clients/{{ member_id }}/organisation.yml'
  6. no_log: True
  7. - name: Include vars in hosting_vars.yml
  8. include_vars:
  9. file: '/var/lib/awx/projects/hosting/hosting_vars.yml'
  10. no_log: True