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

12 行
293 B

  1. ---
  2. - name: Create a AWX session token for executing modules
  3. awx.awx.tower_token:
  4. description: 'AWX Session Token'
  5. scope: "write"
  6. state: present
  7. tower_host: "https://{{ awx_host }}"
  8. tower_oauthtoken: "{{ awx_master_token }}"
  9. register: awx_session_token
  10. no_log: true