:source: katello_activation_key.py :orphan: .. _katello_activation_key_module: katello_activation_key -- Create and Manage Katello activation keys +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. contents:: :local: :depth: 1 Synopsis -------- - Create and Manage Katello activation keys Requirements ------------ The below requirements are needed on the host that executes this module. - apypie Parameters ---------- .. raw:: html
Parameter | Choices/Defaults | Comments | |
---|---|---|---|
auto_attach
boolean
|
|
Set Auto-Attach on or off
|
|
content_overrides
list
|
List of content overrides that include label and override state ('enabled', 'disabled' or 'default')
|
||
label
string
/ required
|
Label of the content override
|
||
override
string
/ required
|
|
Override value
|
|
content_view
string
|
Name of the content view
|
||
host_collections
list
|
List of host collections to add to activation key
|
||
lifecycle_environment
string
|
Name of the lifecycle environment
|
||
name
string
/ required
|
Name of the activation key
|
||
new_name
string
|
Name of the new activation key when state == copied
|
||
organization
string
/ required
|
Organization name that the activation key is in
|
||
password
string
/ required
|
Password of the user accessing the Foreman server
|
||
release_version
string
|
Set the content release version
|
||
server_url
string
/ required
|
URL of the Foreman server
|
||
service_level
string
|
|
Set the service level
|
|
state
string
|
|
State of the Activation Key
If
copied the key will be copied to a new one with new_name as the name and all other fields left untouchedpresent_with_defaults will ensure the entity exists, but won't update existing ones |
|
subscriptions
list
|
List of subscriptions that include name
|
||
name
string
/ required
|
Name of the Subscription to be added
|
||
username
string
/ required
|
Username accessing the Foreman server
|
||
validate_certs
boolean
|
|
Whether or not to verify the TLS certificates of the Foreman server
aliases: verify_ssl |