:source: katello_repository_set.py :orphan: .. _katello_repository_set_module: katello_repository_set -- Enable/disable repositories in Katello repository sets ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. contents:: :local: :depth: 1 Synopsis -------- - Enable/disable repositories in Katello repository sets Requirements ------------ The below requirements are needed on the host that executes this module. - apypie Parameters ---------- .. raw:: html
| Parameter | Choices/Defaults | Comments | |
|---|---|---|---|
|
all_repositories
boolean
|
|
Affect all available repositories in the repository set instead of listing them in repositories.
Required when repositories is unset or an empty list.
|
|
|
label
string
|
Label of the repository set, can be used in place of name & product
|
||
|
name
string
|
Name of the repository set
|
||
|
organization
string
/ required
|
Organization that the entity is in
|
||
|
password
string
/ required
|
Password of the user accessing the Foreman server
|
||
|
product
string
|
Name of the parent product
|
||
|
repositories
list
/ elements=dictionary
|
Release version and base architecture of the repositories to enable.
Required when all_repositories is unset or
false. |
||
|
basearch
string
|
Basearch of the repository to enable.
|
||
|
releasever
string
|
Releasever of the repository to enable.
|
||
|
server_url
string
/ required
|
URL of the Foreman server
|
||
|
state
string
|
|
Whether the repositories are enabled or not
|
|
|
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 |
|