-
It seems that the current object layout makes it difficult to have multiple contexts for tower authentication. For example, I would like to make a simple dashboard webapp where users can see a list of…
-
### Problem Summary
This is regarding step 8 of the intro exercise.
The instruction is kind of vague regarding step 6, I am assuming it meant to change the "hosts" to use automationhub, instead of u…
-
##### ISSUE TYPE
- Feature Idea
##### SUMMARY
Expose the value of "Execution Node" as a variable when running a job from Ansible Tower.
**Example use-case:** Secret lookup which provides acce…
-
The repository URL in the README is incorrect. I tried creating a pull request to fix it but I got permission denied.
-
##### ISSUE TYPE
- Bug Report
##### SUMMARY
I am able to launch a job against Ansible Tower via awxkit. However, attempting to monitor the workflow job via `awx workflow_job monitor` fails.
…
-
##### ISSUE TYPE
- Bug Report
##### SUMMARY
The "Test Notification" feature does not have an option to send a formatted test message, it simply sends its own formatted request. The problem w…
-
Hello AWX Developers,
thank you for making AWX available for us!
I try to move my AWX Configuration between 2 Servers (same AWX Version) using
tower-cli receive/send.
The import of the Configu…
-
Hi,
My Inventory contains groups and hosts which belong to this groups.
Today I tried to import an inventory file I previously exported with:
```
tower-cli receive --inventory all > inventory.…
-
##### ISSUE TYPE
- Bug Report
##### SUMMARY
If reverse proxy host(name or IP) is in inventory of Tower and run curl, I get {"msg":"Multiple hosts matched the request!"} error message.
##### E…
-
```
#!/bin/bash
# Replace with your Ansible API URL
API_URL="https://your.ansible.instance/api/v2/projects"
# Replace with your authentication token
AUTH_TOKEN="your_auth_token"
# File to store the…