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.
 
 

12 line
281 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