Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

17 行
424 B

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