summaryrefslogtreecommitdiffstats
path: root/roles/openshift_sanitize_inventory/README.md
Commit message (Collapse)AuthorAgeFilesLines
* validate and normalize inventory variablesLuke Meyer2017-03-291-0/+37
In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.