ansible-awx Questions
2
Solved
I am using Ansible AWX to issue a restart command to restart an apache2 service on a host. The restart command is contained in a playbook.
---
- name: Manage Linux Services
hosts: all
tasks:
- n...
Surveyor asked 31/3, 2021 at 16:33
1
Solved
Say I have:
rn2: [x,y,z]
and in a task I want to output the current index of the variable it is currently using
- name: Output
shell: echo "{{ item|int }}"
loop: "{{rn2}}"
M...
Spearwort asked 24/1, 2022 at 6:43
5
Solved
Problem
We've had a working Ansible AWX instance running on v5.0.0 for over a year, and suddenly all jobs stop working -- no output is rendered. They will start "running" but hang indefin...
Alarum asked 12/12, 2021 at 2:14
3
I have setup my Ansible Tower and Windows Kerberos / Active Directory authentication as specified here. It is the same procedure explained in the official documentation too. For information here is...
Coontie asked 3/5, 2016 at 7:58
2
Solved
Ansible AWX requires inventories to be entered in yaml or json format.
When you start learning ansible, you may take the choice to start off with your inventory in ini format.
https://docs.ansibl...
Seljuk asked 30/8, 2019 at 13:5
5
Solved
It seems that all jobs are enqueued, and only one will run at a time. How can we run more than one?
Hom asked 16/1, 2015 at 18:23
3
Solved
I have a Ansible job started by another Process. Now I need to check the status of the current running job in Ansible Tower.
I am able to track the status whether it is running/success/failed/cance...
Theo asked 6/10, 2017 at 18:31
1
© 2022 - 2024 — McMap. All rights reserved.