ncsa / puppet-rhsm

Puppet repository for Redhat subscription module
0 stars 0 forks source link

rhsm

pdk-validate yamllint

Configure Red Hat Subscription Management (RHSM)

Usage

To install and configure:

include rhsm

Configuration

The following parameters need to be set in hiera:

rhsm::activationkey: "RHIS_2019"  # IDEALLY LOOKED UP VIA VAULT
rhsm::enabled: true
rhsm::org: "1234567"              # IDEALLY LOOKED UP VIA VAULT

Proxy Setup

To enable proxy in RHSM the following parameters also need to be set in hiera:

rhsm::proxy::hostname: "httpproxy.ncsa.illinois.edu"
rhsm::proxy::port: "3128"

Dependencies

n/a

Reference

REFERENCE.md