diff --git a/roles/agent/README.md b/roles/agent/README.md index a1b3430..73f59d0 100644 --- a/roles/agent/README.md +++ b/roles/agent/README.md @@ -6,7 +6,12 @@ The `agent` role handles the installation and configuration of the BlueChi Agent ### Installing on RHEL -When installing on RHEL, the machine should already be subscribed using the `subscription-manager` +When installing on RHEL, the machine should already be subscribed using the `subscription-manager`. + +In addition, make sure to enable the Subscription-Manager Repository: +``` +subscription-manager config --rhsm.manage_repos=1 +``` ## Role Variables diff --git a/roles/common/README.md b/roles/common/README.md index 0668c77..553c895 100644 --- a/roles/common/README.md +++ b/roles/common/README.md @@ -6,4 +6,10 @@ The `common` role handles common tasks required by the `controller` and `agent` ### Installing on RHEL -When installing on RHEL, the machine should already be subscribed using the `subscription-manager` +When installing on RHEL, the machine should already be subscribed using the `subscription-manager`. + +In addition, make sure to enable the Subscription-Manager Repository: +``` +subscription-manager config --rhsm.manage_repos=1 +``` + diff --git a/roles/controller/README.md b/roles/controller/README.md index b489986..0a42f9c 100644 --- a/roles/controller/README.md +++ b/roles/controller/README.md @@ -6,7 +6,12 @@ The `controller` role handles the installation and configuration of the BlueChi ### Installing on RHEL -When installing on RHEL, the machine should already be subscribed using the `subscription-manager` +When installing on RHEL, the machine should already be subscribed using the `subscription-manager`. + +In addition, make sure to enable the Subscription-Manager Repository: +``` +subscription-manager config --rhsm.manage_repos=1 +``` ## Role Variables