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.
This commit is contained in:
Felix Fontein 2023-02-24 09:23:56 +01:00 committed by GitHub
commit 1f1ae558f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 174 additions and 14 deletions

View file

@ -19,6 +19,15 @@ author:
- Adam Vaughan (@adamvaughan)
requirements:
- PagerDuty integration key
extends_documentation_fragment:
- community.general.attributes
attributes:
check_mode:
support: full
details:
- Check mode simply does nothing except returning C(changed=true) in case the I(url) seems to be correct.
diff_mode:
support: none
options:
integration_key:
description:
@ -78,8 +87,6 @@ options:
required: false
default: true
type: bool
notes:
- Supports C(check_mode). Note that check mode simply does nothing except returning C(changed=true) in case the I(url) seems to be correct.
'''
EXAMPLES = '''