mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 05:19:09 -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
|
@ -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