diff options
author | John T Skarbek <jtslear@gmail.com> | 2015-12-03 22:37:33 -0500 |
---|---|---|
committer | John T Skarbek <jtslear@gmail.com> | 2015-12-09 18:27:58 -0500 |
commit | 9fc1e7ac3e066add840be7691a9647f6157afe27 (patch) | |
tree | ac48f00fe5602dc3e9ea12b85431560057dc4aac /inventory | |
parent | bc10731cb98eb4169c430de24044783c7c5183cd (diff) | |
download | openshift-9fc1e7ac3e066add840be7691a9647f6157afe27.tar.gz openshift-9fc1e7ac3e066add840be7691a9647f6157afe27.tar.bz2 openshift-9fc1e7ac3e066add840be7691a9647f6157afe27.tar.xz openshift-9fc1e7ac3e066add840be7691a9647f6157afe27.zip |
Make the install of openshift_examples optional
* Allows us to make it optional to run the role `openshift_examples`
* Defaults to true
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.aep.example | 3 | ||||
-rw-r--r-- | inventory/byo/hosts.origin.example | 3 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index d5b872e06..096d806a3 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -21,6 +21,9 @@ ansible_ssh_user=root # deployment type valid values are origin, online, atomic-enterprise, and openshift-enterprise deployment_type=atomic-enterprise +# Install the openshift examples +#openshift_install_examples=true + # Enable cluster metrics #use_cluster_metrics=true diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 77a3a04b4..6f015c404 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -21,6 +21,9 @@ ansible_ssh_user=root # deployment type valid values are origin, online, atomic-enterprise and openshift-enterprise deployment_type=origin +# Install the openshift examples +#openshift_install_examples=true + # Enable cluster metrics #use_cluster_metrics=true diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 5a4310298..778bbfb3a 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -21,6 +21,9 @@ ansible_ssh_user=root # deployment type valid values are origin, online, atomic-enterprise, and openshift-enterprise deployment_type=openshift-enterprise +# Install the openshift examples +#openshift_install_examples=true + # Enable cluster metrics #use_cluster_metrics=true |