mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adjust booleans in cloud modules. (#5155)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user