sensu_subscription – Manage Sensu subscriptions¶
Parameters¶
Examples¶
# Subscribe to the nginx channel
- name: subscribe to nginx checks
  sensu_subscription: name=nginx
# Unsubscribe from the common checks channel
- name: unsubscribe from common checks
  sensu_subscription: name=common state=absent
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
| Key | Returned | Description | 
|---|---|---|
| reasons 
                  list
                                       | success | the reasons why the module changed or did not change something Sample: ["channel subscription was absent and state is `present'"] | 
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Anders Ingemann (@andsens)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
