mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -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
|
@ -45,7 +45,7 @@ options:
|
|||
description:
|
||||
- A boolean switch to make a secure or insecure connection to the server.
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
name:
|
||||
description:
|
||||
- The name of the VM.
|
||||
|
@ -108,7 +108,7 @@ options:
|
|||
description:
|
||||
- To make your VM High Available.
|
||||
type: bool
|
||||
default: yes
|
||||
default: true
|
||||
disks:
|
||||
description:
|
||||
- This option uses complex arguments and is a list of disks with the options name, size and domain.
|
||||
|
@ -130,7 +130,7 @@ options:
|
|||
description:
|
||||
- This option sets the delete protection checkbox.
|
||||
type: bool
|
||||
default: yes
|
||||
default: true
|
||||
cd_drive:
|
||||
description:
|
||||
- The CD you wish to have mounted on the VM when I(state = 'CD').
|
||||
|
@ -309,7 +309,7 @@ EXAMPLES = r'''
|
|||
network: rhevm
|
||||
ip: 172.31.222.200
|
||||
netmask: 255.255.255.0
|
||||
management: yes
|
||||
management: true
|
||||
- name: bond0.36
|
||||
network: vlan36
|
||||
ip: 10.2.36.200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue