memset_server_info – Retrieve server information¶
New in version 2.8.
Synopsis¶
- Retrieve server information.
- This module was called
memset_server_facts
before Ansible 2.9. The usage did not change.
Aliases: memset_server_facts
Parameters¶
Parameter | Choices/Defaults | Comments |
---|---|---|
api_key
-
/ required
|
The API key obtained from the Memset control panel.
|
|
name
-
/ required
|
The server product name (i.e.
testyaa1 ). |
Notes¶
Note
- An API key generated via the Memset customer control panel is needed with the following minimum scope - server.info.
Examples¶
- name: get details for testyaa1
memset_server_info:
name: testyaa1
api_key: 5eb86c9896ab03919abcf03857163741
delegate_to: localhost
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Simon Weald (@glitchcrab)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.