mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-20 01:11:26 -07:00
[PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057)
Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957)
* Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules.
* Fix error.
(cherry picked from commit 1f1ae558f9
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
bf853f6f35
commit
bd4da7f2c0
23 changed files with 174 additions and 14 deletions
|
@ -19,6 +19,13 @@ author: Zainab Alsaffar (@zanssa)
|
|||
requirements:
|
||||
- pdpyras python module = 4.1.1
|
||||
- PagerDuty API Access
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
access_token:
|
||||
description:
|
||||
|
@ -56,8 +63,6 @@ options:
|
|||
- Required if I(state=present).
|
||||
type: list
|
||||
elements: str
|
||||
notes:
|
||||
- Supports C(check_mode).
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue