Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

12 righe
293 B

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