New in version 2.6.
Parameter | Choices/Defaults | Comments |
---|---|---|
api_key
-
/ required
|
The API key obtained from the Memset control panel.
|
|
poll
boolean
|
|
Boolean value, if set will poll the reload job's status and return when the job has completed (unless the 30 second timeout is reached first). If the timeout is reached then the task will not be marked as failed, but stderr will indicate that the polling failed.
|
Note
- name: submit DNS reload and poll.
memset_dns_reload:
api_key: 5eb86c9196ab03919abcf03857163741
poll: True
delegate_to: localhost
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description | |
---|---|---|---|
memset_api
complex
|
always |
Raw response from the Memset API.
|
|
error
boolean
|
always |
Whether the job ended in error state.
Sample:
True
|
|
finished
boolean
|
always |
Whether the job completed before the result was returned.
Sample:
True
|
|
id
string
|
always |
Job ID.
Sample:
c9cc8ad2a3e3fb8c63ed83c424928ef8
|
|
status
string
|
always |
Job status.
Sample:
DONE
|
|
type
string
|
always |
Job type.
Sample:
dns
|
Hint
If you notice any issues in this documentation you can edit this document to improve it.