redhat.satellite.content_view_filter – Manage Content View Filters
Note
This plugin is part of the redhat.satellite collection (version 3.1.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install redhat.satellite
.
To use it in a playbook, specify: redhat.satellite.content_view_filter
.
New in version 1.0.0: of redhat.satellite
Synopsis
Create and manage content View filters
Requirements
The below requirements are needed on the host that executes this module.
requests
Parameters
Parameter |
Comments |
---|---|
package architecture |
|
Name of the content view |
|
Search using the ‘Issued On’ or ‘Updated On’ Only valid on filter_type=erratum. Choices:
|
|
Description of the Content View Filter |
|
erratum end date (YYYY-MM-DD) |
|
erratum id |
|
State of the content view filter Choices:
|
|
Content view filter type Choices:
|
|
Create an include filter Choices:
|
|
package maximum version |
|
package minimum version |
|
Name of the Content View Filter |
|
Organization that the entity is in |
|
Include all RPMs with no errata Choices:
|
|
Password of the user accessing the Foreman server. If the value is not specified in the task, the value of environment variable |
|
List of repositories that include name and product An empty Array means all current and future repositories Default: [] |
|
Content view filter rule name or package name If omitted, the value of name will be used if necessary |
|
State of the content view filter rule Choices:
|
|
URL of the Foreman server. If the value is not specified in the task, the value of environment variable |
|
erratum start date (YYYY-MM-DD) |
|
erratum types (enhancement, bugfix, security) Default: [“bugfix”, “enhancement”, “security”] |
|
Username accessing the Foreman server. If the value is not specified in the task, the value of environment variable |
|
Whether or not to verify the TLS certificates of the Foreman server. If the value is not specified in the task, the value of environment variable Choices:
|
|
package version |
Examples
- name: Exclude csh
redhat.satellite.content_view_filter:
username: "admin"
password: "changeme"
server_url: "https://satellite.example.com"
name: "package filter 1"
organization: "Default Organization"
content_view: Web Servers
filter_type: "rpm"
package_name: tcsh
- name: Include newer csh versions
redhat.satellite.content_view_filter:
username: "admin"
password: "changeme"
server_url: "https://satellite.example.com"
name: "package filter 1"
organization: "Default Organization"
content_view: Web Servers
filter_type: "rpm"
package_name: tcsh
min_version: 6.20.00
inclusion: True
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Final state of the affected entities grouped by their type. Returned: success |
|
List of content view filters. Returned: success |