Matrix Docker Ansible eploy
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
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