redhat.satellite.content_view_info – Fetch information about Content Views¶
Note
This plugin is part of the redhat.satellite collection (version 2.2.0).
To install it use: ansible-galaxy collection install redhat.satellite
.
To use it in a playbook, specify: redhat.satellite.content_view_info
.
New in version 2.1.0: of redhat.satellite
Parameters¶
Examples¶
- name: "Show a content_view"
redhat.satellite.content_view_info:
username: "admin"
password: "changeme"
server_url: "https://satellite.example.com"
name: "CentOS 8"
- name: "Show all content_views with name CentOS 8"
redhat.satellite.content_view_info:
username: "admin"
password: "changeme"
server_url: "https://satellite.example.com"
search: 'name = "CentOS 8"'
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Eric Helms (@ehelms)