redhat.satellite.repository_set_info – Fetch information about Red Hat Repositories¶
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.repository_set_info
.
New in version 2.1.0: of redhat.satellite
Parameters¶
Examples¶
- name: "Find repository set by name and product."
redhat.satellite.repository_set_info:
username: "admin"
password: "changeme"
server_url: "https://satellite.example.com"
organization: "Default Organization"
name: "Red Hat Enterprise Linux 7 Server (RPMs)"
product: "Red Hat Enterprise Linux Server"
- name: "Find repository set by label."
redhat.satellite.repository_set_info:
username: "admin"
password: "changeme"
server_url: "https://satellite.example.com"
organization: "Default Organization"
search: 'label = "rhel-7-server-rpms"'
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
William Bradford Clark (@wbclark)