redhat.satellite.subscription_info – Fetch information about Subscriptions¶
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.subscription_info
.
New in version 2.1.0: of redhat.satellite
Parameters¶
Examples¶
- name: "Show a subscription"
redhat.satellite.subscription_info:
username: "admin"
password: "changeme"
server_url: "https://satellite.example.com"
name: "Red Hat Satellite Infrastructure Subscription"
- name: "Show all subscriptions with a certain name"
redhat.satellite.subscription_info:
username: "admin"
password: "changeme"
server_url: "https://satellite.example.com"
search: name="Red Hat Satellite Infrastructure Subscription"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Evgeni Golov (@evgeni)