-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
```
#!/bin/bash
# Variables
TOWER_HOST="https://your-ansible-tower-url"
REPORT_FILE="job_templates_report.csv"
JT_NAMES_FILE="jtnames.txt"
# Initialize CSV file
echo "Name,ID,Org Name,Last Ran,Verb…
-
### Summary
I just stumbled across the setting for agnostic become prompts, which was introduced in #34761 as a temporary workaround to avoid breaking ansible tower in 2.5 until 2.6/2.7.
Its docum…
agowa updated
3 weeks ago
-
##### ISSUE TYPE
- Feature Idea
##### SUMMARY
From Ansible CLI it is possible to use a vault client script to run playbooks as the example below:
`ansible-playbook --vault-id vaulttest@vaulttes…
-
Hi!
i got such command
```
fpm -s python -t rpm --rpm-os linux -a all -C . --provides noc-tower \
-n noc-tower \
--config-files etc/tower/tower.yml \
--rpm-user tower \
--rpm-group tower \…
-
##### ISSUE TYPE
- Feature Idea
##### SUMMARY
Expose a simple text input that a user could opt in to when creating a smart inventory host filter where a complete host_filter string could be supp…
-
Hi, I am trying to pull a container but forced with an issue.
Google did not help me :(
Docker version 1.12.6, build 0fdc778/1.12.6
Red Hat Enterprise Linux Server release 7.4 (Maipo)
```
# d…
-
Today I upgraded Tower from v3.0.2 to v3.1.0 and my tower-cli job launches started failing.
It seems Tower 3.1 has some new type checks and now doesn't like getting integers in `extra-vars`. This …
-
### Expected behavior
Time on our RHEL 9 boxes should be maintained using an NTP server.
### Actual behavior
We get warnings about time synchronization on our RHEL boxes (ansible-tower1 & 2, exe…
-
##### ISSUE TYPE
- Feature Idea
##### SUMMARY
Many applications running for long periods of time eventually transition to broken states, and cannot recover except by being restarted. Kub…