mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
(cherry picked from commit 3a08903e1c)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -89,7 +89,7 @@ options:
|
||||
hard:
|
||||
description:
|
||||
- Reboot, power-off or terminate instances C(hard)
|
||||
default: no
|
||||
default: false
|
||||
type: bool
|
||||
wait:
|
||||
description:
|
||||
@@ -98,7 +98,7 @@ options:
|
||||
- doesn't mean that you will be able to SSH on that machine only that
|
||||
- boot process have started on that instance, see 'wait_for' example for
|
||||
- details.
|
||||
default: yes
|
||||
default: true
|
||||
type: bool
|
||||
wait_timeout:
|
||||
description:
|
||||
@@ -202,7 +202,7 @@ options:
|
||||
persistent:
|
||||
description:
|
||||
- Create a private persistent copy of the template plus any image defined in DISK, and instantiate that copy.
|
||||
default: NO
|
||||
default: false
|
||||
type: bool
|
||||
version_added: '0.2.0'
|
||||
datastore_id:
|
||||
@@ -251,7 +251,7 @@ EXAMPLES = '''
|
||||
- name: Deploy a new VM as persistent
|
||||
community.general.one_vm:
|
||||
template_id: 90
|
||||
persistent: yes
|
||||
persistent: true
|
||||
|
||||
- name: Change VM's permissions to 640
|
||||
community.general.one_vm:
|
||||
|
||||
Reference in New Issue
Block a user