summaryrefslogtreecommitdiffstats
path: root/roles/rhel_subscribe/README.md
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/README.md
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/README.md')
-rw-r--r--roles/rhel_subscribe/README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/roles/rhel_subscribe/README.md b/roles/rhel_subscribe/README.md
new file mode 100644
index 000000000..8b3e1fe60
--- /dev/null
+++ b/roles/rhel_subscribe/README.md
@@ -0,0 +1,29 @@
+RHEL Subscribe
+==============
+
+Subscribes the RHEL servers and add the OpenShift enterprise repos.
+
+Role variables
+--------------
+
+### `rhsub_user`
+
+Username for the subscription-manager.
+
+### `rhsub_pass`
+
+Password for the subscription-manager.
+
+### `rhsub_pool`
+
+Name of the pool to attach (optional).
+
+### `rhsub_server`
+
+Custom hostname for the Satellite server (optional).
+
+### `ose_version`
+
+Version for the OpenShift Enterprise repositories.
+
+Example: `3.6`