mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
switched to semenatic versioning for version numbers in plugins, library and tools packages
This commit is contained in:
parent
25ca8d22d6
commit
d2d511f596
@ -8,7 +8,7 @@ short_description: gather all maintenance plan playbooks for an insights account
|
||||
description:
|
||||
- Supply insights Credentials to download all playbooks for all maintenance plans.
|
||||
The totality of the plans are versioned based on the http ETag response.
|
||||
version_added: "2.3"
|
||||
version_added: "2.3.0"
|
||||
options:
|
||||
insights_url:
|
||||
description:
|
||||
|
||||
@ -9,7 +9,7 @@ description:
|
||||
- Unpacks an archive that contains a project, in order to support handling versioned
|
||||
artifacts from (for example) GitHub Releases or Artifactory builds.
|
||||
- Handles projects in the archive root, or in a single base directory of the archive.
|
||||
version_added: "2.9"
|
||||
version_added: "2.9.0"
|
||||
options:
|
||||
src:
|
||||
description:
|
||||
|
||||
@ -40,7 +40,7 @@ options:
|
||||
- A dictionary structure as returned by the token module.
|
||||
- If value not set, will try environment variable C(CONTROLLER_OAUTH_TOKEN) and then config files
|
||||
type: raw
|
||||
version_added: "3.7"
|
||||
version_added: "3.7.0"
|
||||
aliases: [ tower_oauthtoken ]
|
||||
validate_certs:
|
||||
description:
|
||||
|
||||
@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: ad_hoc_command
|
||||
author: "John Westcott IV (@john-westcott-iv)"
|
||||
version_added: "4.0"
|
||||
version_added: "4.0.0"
|
||||
short_description: create, update, or destroy Automation Platform Controller ad hoc commands.
|
||||
description:
|
||||
- Create, update, or destroy Automation Platform Controller ad hoc commands. See
|
||||
|
||||
@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: credential_input_source
|
||||
author: "Tom Page (@Tompage1994)"
|
||||
version_added: "2.3"
|
||||
version_added: "2.3.0"
|
||||
short_description: create, update, or destroy Automation Platform Controller credential input sources.
|
||||
description:
|
||||
- Create, update, or destroy Automation Platform Controller credential input sources. See
|
||||
|
||||
@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: export
|
||||
author: "John Westcott IV (@john-westcott-iv)"
|
||||
version_added: "3.7"
|
||||
version_added: "3.7.0"
|
||||
short_description: export resources from Automation Platform Controller.
|
||||
description:
|
||||
- Export assets from Automation Platform Controller.
|
||||
|
||||
@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: import
|
||||
author: "John Westcott (@john-westcott-iv)"
|
||||
version_added: "3.7"
|
||||
version_added: "3.7.0"
|
||||
short_description: import resources into Automation Platform Controller.
|
||||
description:
|
||||
- Import assets into Automation Platform Controller. See
|
||||
|
||||
@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: instance_group
|
||||
author: "John Westcott IV (@john-westcott-iv)"
|
||||
version_added: "4.0"
|
||||
version_added: "4.0.0"
|
||||
short_description: create, update, or destroy Automation Platform Controller instance groups.
|
||||
description:
|
||||
- Create, update, or destroy Automation Platform Controller instance groups. See
|
||||
|
||||
@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: token
|
||||
author: "John Westcott IV (@john-westcott-iv)"
|
||||
version_added: "2.3"
|
||||
version_added: "2.3.0"
|
||||
short_description: create, update, or destroy Automation Platform Controller tokens.
|
||||
description:
|
||||
- Create or destroy Automation Platform Controller tokens. See
|
||||
|
||||
@ -24,7 +24,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: tower_{{ singular_item_type }}
|
||||
author: "John Westcott IV (@john-westcott-iv)"
|
||||
version_added: "4.0"
|
||||
version_added: "4.0.0"
|
||||
short_description: create, update, or destroy Ansible Tower {{ human_readable }}.
|
||||
description:
|
||||
- Create, update, or destroy Ansible Tower {{ human_readable }}. See
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user