summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-node/service.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove unsupported playbooks and utilitiesRussell Teague2017-08-251-26/+0
|
* Standardize add_host: with name and changed_whenRussell Teague2017-01-251-2/+8
| | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* YAML LintingRussell Teague2016-12-121-1/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|
* Enforce connection: local and become: no on all localhost playsJason DeTiberus2015-11-301-0/+2
|
* Atomic Enterprise related changes.Avesh Agarwal2015-08-261-2/+2
|
* Infrastructure - Add service action to bin/clusterJhon Honce2015-06-031-0/+18
* Add necessary playbooks/roles * Cleanup bin/cluster to meet new design guide lines