diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-02-23 13:26:09 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-02-23 13:26:09 -0500 |
commit | 89528214cdaf8cad7321079f573d844db7004b71 (patch) | |
tree | 8725c92f07518fcacc4f1a0ab60e19070c9f9484 /roles/repos/defaults/main.yaml | |
parent | 8e299557333c7d35368d12a030344e676bbed831 (diff) | |
parent | 12ec90897f890e1f5ee417d9f6f56baa359f0313 (diff) | |
download | openshift-89528214cdaf8cad7321079f573d844db7004b71.tar.gz openshift-89528214cdaf8cad7321079f573d844db7004b71.tar.bz2 openshift-89528214cdaf8cad7321079f573d844db7004b71.tar.xz openshift-89528214cdaf8cad7321079f573d844db7004b71.zip |
Merge pull request #76 from detiber/repoChanges
Repo role refactor to add enterprise support
Diffstat (limited to 'roles/repos/defaults/main.yaml')
-rw-r--r-- | roles/repos/defaults/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/repos/defaults/main.yaml b/roles/repos/defaults/main.yaml new file mode 100644 index 000000000..6fe2bf621 --- /dev/null +++ b/roles/repos/defaults/main.yaml @@ -0,0 +1,5 @@ +--- +# TODO: once we are able to configure/deploy origin using the openshift roles, +# then we should default to origin +openshift_deployment_type: online +openshift_additional_repos: {} |