summaryrefslogtreecommitdiffstats
path: root/roles/static_inventory/tasks/sshtun.yml
Commit message (Collapse)AuthorAgeFilesLines
* Access UI via a bastion node (#596)Bogdan Dobrelya2017-08-161-0/+15
When using a bastion and a single master, use the lb-secgrp to access UI port allowed from the ingress bastion node cidr. For HA (masters>1), UI still should be accessed via the LB node's ingress cidr, omitting the bastion. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>