theforeman.foreman.domain_info – Fetch information about Domains¶
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.domain_info
.
New in version 2.1.0: of theforeman.foreman
Parameters¶
Examples¶
- name: "Show a domain"
theforeman.foreman.domain_info:
username: "admin"
password: "changeme"
server_url: "https://foreman.example.com"
name: "example.com"
- name: "Show all domains with domain example.com"
theforeman.foreman.domain_info:
username: "admin"
password: "changeme"
server_url: "https://foreman.example.com"
search: "name = example.com"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Eric Helms (@ehelms)