summaryrefslogtreecommitdiff
path: root/playbooks/openshift-web-console
AgeCommit message (Collapse)Author
2018-02-09Limit host scope during playsMichael Gugino
Many plays only target a select subset of hosts, especially oo_first_master for components such as logging and registry. This commit limits the scope of most plays to eliminate unnecessary task execution on node groups. This will result in great time savings for large deployments. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1516526
2018-01-05Install web console serverSamuel Padgett