Matrix Docker Ansible eploy
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- ---
-
- - name: Create a AWX session token for executing modules
- awx.awx.tower_token:
- description: 'AWX Session Token'
- scope: "write"
- state: present
- tower_host: "https://{{ awx_host }}"
- tower_oauthtoken: "{{ awx_master_token }}"
- register: awx_session_token
- no_log: true
|