Parameter |
Choices/Defaults |
Comments |
activationkey
|
|
supply an activation key for use with registration
|
auto_attach
bool
(added in 2.5) |
|
Upon successful registration, auto-consume available subscriptions
Added in favor of deprecated autosubscribe in 2.5.
aliases: autosubscribe
|
consumer_id
(added in 2.1) |
|
References an existing consumer ID to resume using a previous registration
for this system. If the system's identity certificate is lost or corrupted,
this option allows it to resume using its previous identity and subscriptions.
The default is to not specify a consumer ID so a new ID is created.
|
consumer_name
(added in 2.1) |
|
Name of the system to register, defaults to the hostname
|
consumer_type
(added in 2.1) |
|
The type of unit to register, defaults to system
|
environment
(added in 2.2) |
|
Register with a specific environment in the destination org. Used with Red Hat Satellite 6.x or Katello
|
force_register
bool
(added in 2.2) |
|
Register the system even if it is already registered
|
org_id
(added in 2.0) |
|
Organization ID to use in conjunction with activationkey
|
password
|
|
access.redhat.com or Sat6 password
|
pool
|
Default:
"^$"
|
Specify a subscription pool name to consume. Regular expressions accepted. Use pool_ids instead if
possible, as it is much faster. Mutually exclusive with pool_ids.
|
pool_ids
(added in 2.4) |
Default:
[]
|
Specify subscription pool IDs to consume. Prefer over pool when possible as it is much faster.
A pool ID may be specified as a string - just the pool ID (ex. 0123456789abcdef0123456789abcdef ),
or as a dict with the pool ID as the key, and a quantity as the value (ex.
0123456789abcdef0123456789abcdef: 2 . If the quantity is provided, it is used to consume multiple
entitlements from a pool (the pool must support this). Mutually exclusive with pool.
|
rhsm_baseurl
|
|
Specify CDN baseurl
|
server_hostname
|
|
Specify an alternative Red Hat Subscription Management or Sat6 server
|
server_insecure
|
|
Enable or disable https server certificate verification when connecting to server_hostname
|
server_proxy_hostname
(added in 2.4) |
|
Specify a HTTP proxy hostname
|
server_proxy_password
(added in 2.4) |
|
Specify a password for HTTP proxy with basic authentication
|
server_proxy_port
(added in 2.4) |
|
Specify a HTTP proxy port
|
server_proxy_user
(added in 2.4) |
|
Specify a user for HTTP proxy with basic authentication
|
state
|
Choices:
present ←
- absent
|
whether to register and subscribe (present ), or unregister (absent ) a system
|
username
|
|
access.redhat.com or Sat6 username
|