mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
(cherry picked from commit ca2c64b5ca
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c6ecc0f3f8
commit
1bf9caa90f
24 changed files with 28 additions and 19 deletions
|
@ -58,6 +58,7 @@ DOCUMENTATION = '''
|
|||
group_by:
|
||||
description: Keys to group hosts by
|
||||
type: list
|
||||
elements: string
|
||||
default: [ 'mgmt_classes', 'owners', 'status' ]
|
||||
group:
|
||||
description: Group to place all hosts into
|
||||
|
|
|
@ -35,7 +35,6 @@ DOCUMENTATION = '''
|
|||
version_added: 1.0.0
|
||||
type: str
|
||||
required: true
|
||||
default: https://gitlab.com
|
||||
api_token:
|
||||
description: GitLab token for logging in.
|
||||
env:
|
||||
|
|
|
@ -54,15 +54,18 @@ DOCUMENTATION = r'''
|
|||
description: Populate inventory with instances in this region.
|
||||
default: []
|
||||
type: list
|
||||
elements: string
|
||||
tags:
|
||||
description: Populate inventory only with instances which have at least one of the tags listed here.
|
||||
default: []
|
||||
type: list
|
||||
elements: string
|
||||
version_added: 2.0.0
|
||||
types:
|
||||
description: Populate inventory with instances with this type.
|
||||
default: []
|
||||
type: list
|
||||
elements: string
|
||||
strict:
|
||||
version_added: 2.0.0
|
||||
compose:
|
||||
|
|
|
@ -27,6 +27,7 @@ DOCUMENTATION = '''
|
|||
exclude:
|
||||
description: list of addresses to exclude
|
||||
type: list
|
||||
elements: string
|
||||
ports:
|
||||
description: Enable/disable scanning for open ports
|
||||
type: boolean
|
||||
|
|
|
@ -28,6 +28,7 @@ DOCUMENTATION = r'''
|
|||
hostnames:
|
||||
description: List of preference about what to use as an hostname.
|
||||
type: list
|
||||
elements: string
|
||||
default:
|
||||
- public_ipv4
|
||||
choices:
|
||||
|
@ -37,6 +38,7 @@ DOCUMENTATION = r'''
|
|||
groups:
|
||||
description: List of groups.
|
||||
type: list
|
||||
elements: string
|
||||
choices:
|
||||
- location
|
||||
- offer
|
||||
|
|
|
@ -23,6 +23,7 @@ DOCUMENTATION = r'''
|
|||
regions:
|
||||
description: Filter results on a specific Scaleway region.
|
||||
type: list
|
||||
elements: string
|
||||
default:
|
||||
- ams1
|
||||
- par1
|
||||
|
@ -31,6 +32,7 @@ DOCUMENTATION = r'''
|
|||
tags:
|
||||
description: Filter results on a specific tag.
|
||||
type: list
|
||||
elements: string
|
||||
scw_profile:
|
||||
description:
|
||||
- The config profile to use in config file.
|
||||
|
@ -51,6 +53,7 @@ DOCUMENTATION = r'''
|
|||
hostnames:
|
||||
description: List of preference about what to use as an hostname.
|
||||
type: list
|
||||
elements: string
|
||||
default:
|
||||
- public_ipv4
|
||||
choices:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue