blob: 15eaf4f304a41815391cbf7549027a218ecf9806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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`
|