mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 07:54:00 -07:00
(cherry picked from commit 3a08903e1c
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
eb1f0c28a9
commit
43dc6ba533
51 changed files with 177 additions and 177 deletions
|
@ -120,7 +120,7 @@ options:
|
|||
for each individual server to be deleted before moving on with
|
||||
other tasks.)
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
wait_timeout:
|
||||
description:
|
||||
- how long before wait gives up, in seconds
|
||||
|
@ -137,7 +137,7 @@ options:
|
|||
hostnames by appending a count after them or substituting the count
|
||||
where there is a %02d or %03d in the hostname string.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
|
||||
requirements:
|
||||
- "1and1"
|
||||
|
@ -173,7 +173,7 @@ EXAMPLES = '''
|
|||
datacenter: ES
|
||||
appliance: C5A349786169F140BCBC335675014C08
|
||||
count: 3
|
||||
wait: yes
|
||||
wait: true
|
||||
wait_timeout: 600
|
||||
wait_interval: 10
|
||||
ssh_key: SSH_PUBLIC_KEY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue