theforeman.foreman.repository_set_info – Fetch information about Red Hat Repositories¶
Note
This plugin is part of the theforeman.foreman collection (version 2.1.1).
To install it use: ansible-galaxy collection install theforeman.foreman
.
To use it in a playbook, specify: theforeman.foreman.repository_set_info
.
New in version 2.1.0: of theforeman.foreman
Parameters¶
Examples¶
- name: "Find repository set by name and product."
theforeman.foreman.repository_set_info:
username: "admin"
password: "changeme"
server_url: "https://foreman.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."
theforeman.foreman.repository_set_info:
username: "admin"
password: "changeme"
server_url: "https://foreman.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)