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