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.
|
- ---
-
- - name: Create a AWX session token for executing modules
- awx.awx.tower_token:
- description: 'AWX Session Token'
- scope: "write"
- state: present
- tower_host: "https://{{ awx_host }}"
- tower_oauthtoken: "{{ awx_master_token }}"
- register: awx_session_token
- no_log: true
|