:source: katello_content_view.py :orphan: .. _katello_content_view_module: katello_content_view -- Create and Manage Katello content views +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. contents:: :local: :depth: 1 Synopsis -------- - Create and Manage Katello content views Requirements ------------ The below requirements are needed on the host that executes this module. - apypie Parameters ---------- .. raw:: html
| Parameter | Choices/Defaults | Comments | |
|---|---|---|---|
|
auto_publish
boolean
|
|
Auto publish composite view when a new version of a component content view is created.
Also note auto publish will only happen when the component is marked "latest".
|
|
|
components
list
/ elements=dictionary
|
List of content views to includes content_view and either version or latest.
Ignored if composite=False.
|
||
|
content_view
string
/ required
|
Content View name to be added to the Composite Content View
|
||
|
content_view_version
string
|
Version of the Content View to add
aliases: version |
||
|
latest
boolean
|
|
Always use the latest Content View Version
|
|
|
composite
boolean
|
|
A composite view contains other content views.
|
|
|
description
string
|
Description of the Content View
|
||
|
name
string
/ required
|
Name of the Katello Content View
|
||
|
organization
string
/ required
|
Organization that the entity is in
|
||
|
password
string
/ required
|
Password of the user accessing the Foreman server
|
||
|
repositories
list
/ elements=dictionary
|
List of repositories that include name and product.
Cannot be combined with composite=True.
|
||
|
name
string
/ required
|
Name of the Repository to be added
|
||
|
product
string
/ required
|
Product of the Repository to be added
|
||
|
server_url
string
/ required
|
URL of the Foreman server
|
||
|
solve_dependencies
boolean
|
|
Solve RPM dependencies by default on Content View publish
|
|
|
state
string
|
|
State of the entity in Foreman
present_with_defaults will ensure the entity exists, but won't update existing ones |
|
|
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 |
|