mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
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:
parent
bad4b4b086
commit
1f1ae558f9
23 changed files with 174 additions and 14 deletions
|
@ -21,6 +21,11 @@ short_description: Manage Rundeck projects
|
|||
description:
|
||||
- Create and remove Rundeck projects through HTTP API.
|
||||
author: "Loic Blot (@nerzhul)"
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
state:
|
||||
type: str
|
||||
|
@ -67,7 +72,9 @@ options:
|
|||
version_added: '0.2.0'
|
||||
validate_certs:
|
||||
version_added: '0.2.0'
|
||||
extends_documentation_fragment: url
|
||||
extends_documentation_fragment:
|
||||
- ansible.builtin.url
|
||||
- community.general.attributes
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue