summaryrefslogtreecommitdiffstats
path: root/roles/rhel_subscribe/defaults
diff options
context:
space:
mode:
authorTomas Sedovic <tomas@sedovic.cz>2017-12-01 12:14:20 +0100
committerTomas Sedovic <tomas@sedovic.cz>2017-12-01 12:18:19 +0100
commit9562adf37d853dd03531fde7b14e249736e10d88 (patch)
tree742c3d3896ac0d857f800b31253388408da271b0 /roles/rhel_subscribe/defaults
parentfdf3edec3f880d21e19e2007065be3ed0ed59a13 (diff)
downloadopenshift-9562adf37d853dd03531fde7b14e249736e10d88.tar.gz
openshift-9562adf37d853dd03531fde7b14e249736e10d88.tar.bz2
openshift-9562adf37d853dd03531fde7b14e249736e10d88.tar.xz
openshift-9562adf37d853dd03531fde7b14e249736e10d88.zip
Remove reading shell environment in rhel_subscribe
The rhel_subscribe role used to read the shell environment variables for its input with a broken fallback to Ansible variables. This updates the role to only use Ansible vars. If the user wants to do an env lookup, they can do so when calling the role.
Diffstat (limited to 'roles/rhel_subscribe/defaults')
-rw-r--r--roles/rhel_subscribe/defaults/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/rhel_subscribe/defaults/main.yml b/roles/rhel_subscribe/defaults/main.yml
new file mode 100644
index 000000000..6035a5f00
--- /dev/null
+++ b/roles/rhel_subscribe/defaults/main.yml
@@ -0,0 +1,2 @@
+rhsub_pool: 'Red Hat OpenShift Container Platform, Premium*'
+ose_version: '3.6'