Add support for standalone docker install

This commit is contained in:
Matthew Jones
2017-08-29 16:14:28 -04:00
parent 327be00e8f
commit 067beb90c9
7 changed files with 281 additions and 7 deletions

View File

@@ -3,5 +3,6 @@
- hosts: all
gather_facts: false
roles:
- role: image_build
- role: openshift
- { role: image_build }
- { role: openshift, when: "openshift_host is defined" }
- { role: local_docker, when: "openshift_host is not defined" }