update defaults and help for 'name' and 'instance_names'
This commit is contained in:
parent
b4533c880b
commit
b212632808
1 changed files with 2 additions and 3 deletions
|
@ -52,9 +52,8 @@ options:
|
|||
aliases: []
|
||||
name:
|
||||
description:
|
||||
- instance name (or name prefix) to be used for each created instance
|
||||
- identifier when working with a single instance
|
||||
required: false
|
||||
default: "gce"
|
||||
aliases: []
|
||||
network:
|
||||
description:
|
||||
|
@ -344,7 +343,7 @@ def main():
|
|||
instance_names = dict(),
|
||||
machine_type = dict(default='n1-standard-1'),
|
||||
metadata = dict(),
|
||||
name = dict(),
|
||||
name = dict(default='gce'),
|
||||
network = dict(default='default'),
|
||||
persistent_boot_disk = dict(type='bool', choices=BOOLEANS, default=False),
|
||||
state = dict(choices=['active', 'present', 'absent', 'deleted'],
|
||||
|
|
Loading…
Add table
Reference in a new issue