Adjust booleans in cloud modules. (#5155) (#5176)

(cherry picked from commit 3a08903e1c)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-08-24 20:22:10 +02:00 committed by GitHub
parent eb1f0c28a9
commit 43dc6ba533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 177 additions and 177 deletions

View file

@ -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