Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

11 行
289 B

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