Questions tagged [ansible-awx]

Ansible Tower is a GUI and REST API for managing both cloud-based and traditional/hybrid Ansible deployments

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is the upstream project for Red Hat Ansible Tower, a commercial derivative of AWX.

Home Page: https://github.com/ansible/awx

424 questions
-2
votes
1 answer

How in Ansible Tower / AWX can I upload a files from another git repository to a role (/files)?

tried 2 ways: use submodules, but how do I do checkout? use git module ansible, but credentials for Source Control and Machine this is a different access. And user for ssh Machine does not have access to the git repository.
-3
votes
0 answers

How to create shared folder between docker containers and host server?

I want to create shared folder between docker containers and host vm. Host VM is running Ubuntu 20.x OS. And i have Ansible AWX containers are running on it. I want to create one shared path for project directory of AWX. This is the first time i am…
-3
votes
1 answer

Creating a list from json output

Given the below output of application_stop_time_output, I want to create a list of dicts which contain only item and stdout. stdout should be an interger. - debug: msg: "{{ application_stop_time_output }}" gives: ok: [ebppdoxs10] => { …
1 2 3
28
29