-
Bug
-
Resolution: Unresolved
-
None
-
6.14.1
-
None
Description of problem:
When we go to the ansible variables page on our satellite, regardless of the number of variables defined or the per_page value, it always says there is only one page. Unless you enter a value for per_page greater than the number of variables, you don't know if you're seeing all of them. This also means that the next page button doesn't work.
https://satellite.example.com/new/hosts/client.example.com#/Ansible/variables
https://satellite.com/new/hosts/client.example.com#/Ansible/variables?per_page=40
Using this link I can see all the variables for this host:
https://satellite.example/new/hosts/client.example.com#/Ansible/variables?per_page=500
Version-Release number of selected component (if applicable):
6.14.z
How reproducible:
100%
Steps to Reproduce:
1. Assing multiple roles to the client host which has variables
2. Navigate to Hosts > All Hosts > click on the host > Click on Ansible Tab > Variables
Actual results:
It does not list all the variables defined in the Ansible role assigned to the host.
Expected results:
By default, it should list all the variables, regardless of the number of variables defined or the per_page value.
Additional info:
- duplicates
-
SAT-21887 Ansible variables on the host level show a different count when changing the "entries per page."
- Closed