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.
 
 

16 lines
420 B

  1. - name: Include vars in organisation.yml
  2. include_vars:
  3. file: '/var/lib/awx/projects/clients/{{ member_id }}/organisation.yml'
  4. no_log: True
  5. - name: Include vars in hosting_vars.yml
  6. include_vars:
  7. file: '/var/lib/awx/projects/hosting/hosting_vars.yml'
  8. no_log: True
  9. - name: Include AWX master token from awx_tokens.yml
  10. include_vars:
  11. file: /var/lib/awx/projects/hosting/awx_tokens.yml
  12. no_log: True