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.
|
- ---
-
- - name: Delete the AWX session token for executing modules
- awx.awx.tower_token:
- description: 'AWX Session Token'
- scope: "write"
- state: absent
- existing_token_id: "{{ awx_session_token.ansible_facts.tower_token.id }}"
- tower_host: "https://{{ awx_host }}"
- tower_oauthtoken: "{{ awx_session_token.ansible_facts.tower_token.token }}"
|