Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

10 satır
356 B

  1. - name: Delete the AWX session token for executing modules
  2. awx.awx.tower_token:
  3. description: 'AWX Session Token'
  4. scope: "write"
  5. state: absent
  6. existing_token_id: "{{ awx_session_token.ansible_facts.tower_token.id }}"
  7. tower_host: "https://{{ awx_host }}"
  8. tower_oauthtoken: "{{ awx_session_token.ansible_facts.tower_token.token }}"