summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-preflight
Commit message (Collapse)AuthorAgeFilesLines
* Rename subrole facts -> initRodolfo Carvalho2017-01-131-1/+1
| | | | | | | | Trying to improve the name, `init` needs to be loaded before calling other subroles. We don't make `init` a dependency of `common`, `masters` and `nodes` to avoid running the relatively slow `openshift_facts` multiple times.
* Replace custom variables with openshift_factsRodolfo Carvalho2017-01-121-1/+0
| | | | | | | Note: on a simple example run of ansible-playbook against a single docker-based host, I saw the execution time jump from 7s to 17s. That's unfortunate, but it is probably better to reuse openshift_facts, than to come up with new variables.
* Move playbook to BYORodolfo Carvalho2017-01-122-0/+75
Because that's the main playbook directory in use.