Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

11 wiersze
360 B

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