diff options
author | Michael Gugino <gugino.michael@yahoo.com> | 2017-12-08 13:49:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 13:49:42 -0500 |
commit | 091acb2cd3d0ab2a6019d9e96a22e6fed1c0ca9a (patch) | |
tree | 4d40cbce663f6a54328fa4c023d78fec74869556 /roles/rhel_subscribe/README.md | |
parent | b601aa0ce8e7458ee795a7dff7321c70a9b2fcc7 (diff) | |
parent | 8dc93851db2e44425d3cec0362623680e06c90bc (diff) | |
download | openshift-091acb2cd3d0ab2a6019d9e96a22e6fed1c0ca9a.tar.gz openshift-091acb2cd3d0ab2a6019d9e96a22e6fed1c0ca9a.tar.bz2 openshift-091acb2cd3d0ab2a6019d9e96a22e6fed1c0ca9a.tar.xz openshift-091acb2cd3d0ab2a6019d9e96a22e6fed1c0ca9a.zip |
Merge pull request #6323 from tomassedovic/rhel-subscribe
Remove reading shell environment in rhel_subscribe
Diffstat (limited to 'roles/rhel_subscribe/README.md')
-rw-r--r-- | roles/rhel_subscribe/README.md | 29 |
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..15eaf4f30 --- /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). + +### `openshift_release` + +Version for the OpenShift Enterprise repositories. + +Example: `3.6` |