Ansible Tower implements a role based access control system. It may appear that you can edit objects that do not belong to you–like being able to pull up an edit dialog of your teammates, which you have been granted permission to view–but when you try to edit something, you will receive a 403 error and you cannot view any information you should not already have access to as defined in the system.
When performing a host comparison against a single host, if there is only one (1) run for the selected date, Tower may display a message saying it could not find any scan job runs in one of the columns.
When performing a host comparison against two hosts, you can only select from a single page of hosts.
Live events status dots are either seen as a red or orange dot at the top of the Tower Dashboard when something goes wrong, or they are not seen at all to indicate a healthy system state. If you encounter a red or orange live events status indicator, even when your system seems fine, the following suggestions may offer a solution:
Live event status dots are used for troubleshooting problems with your Tower instance and the socketio logs can point out anything problematic. You can collect troubleshooting help by running a sosreport. As root, run the command sosreport
from your system to automatically generate a diagnostic tar file, then contact Ansible’s Support team with the collected information for further assistance.
Note
Starting with Ansible Tower 2.2.0, live events status indicators only appear if Tower detects a problem. In earlier releases, a green status dot was shown to indicate a healthy system.
..When running a playbook that reads and writes information in certain prohibited directories, users may encounter issues with PRoot. PRoot
.. runs the ansible-playbook
command within a chroot
jail. In cases like these, the running playbook cannot see other playbooks or
..sensitive data on disk and should the playbook expect to have access to that information, problems will occur. To fine tune your usage of
.. PRoot, there are certain variables that can be set:
Slow performance issues have been reported against Ansible Tower 2.2.0. You may experience slower than expected system performance if:
days = 0
. Refer to Management Jobs in the Ansible Tower Administration Guide for more information.