Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
81b5c93c
Commit
81b5c93c
authored
Oct 13, 2013
by
Eric Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
address a few review comments
parent
cfc24993
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
library/cloud/gce
+2
-2
library/cloud/gce_lb
+1
-1
No files found.
library/cloud/gce
View file @
81b5c93c
...
@@ -222,7 +222,7 @@ def create_instances(module, gce, instance_names):
...
@@ -222,7 +222,7 @@ def create_instances(module, gce, instance_names):
"""Creates new instances. Attributes other than instance_names are picked
"""Creates new instances. Attributes other than instance_names are picked
up from 'module'
up from 'module'
module : Ans
bi
leModule object
module : Ans
ib
leModule object
gce: authenticated GCE libcloud driver
gce: authenticated GCE libcloud driver
instance_names: python list of instance names to create
instance_names: python list of instance names to create
...
@@ -346,7 +346,7 @@ def main():
...
@@ -346,7 +346,7 @@ def main():
metadata
=
dict
(),
metadata
=
dict
(),
name
=
dict
(),
name
=
dict
(),
network
=
dict
(
default
=
'default'
),
network
=
dict
(
default
=
'default'
),
persistent_boot_disk
=
dict
(
choices
=
BOOLEANS
,
default
=
False
),
persistent_boot_disk
=
dict
(
type
=
'bool'
,
choices
=
BOOLEANS
,
default
=
False
),
state
=
dict
(
choices
=
[
'active'
,
'present'
,
'absent'
,
'deleted'
],
state
=
dict
(
choices
=
[
'active'
,
'present'
,
'absent'
,
'deleted'
],
default
=
'present'
),
default
=
'present'
),
tags
=
dict
(
type
=
'list'
),
tags
=
dict
(
type
=
'list'
),
...
...
library/cloud/gce_lb
View file @
81b5c93c
...
@@ -21,7 +21,7 @@ DOCUMENTATION = '''
...
@@ -21,7 +21,7 @@ DOCUMENTATION = '''
module: gce_lb
module: gce_lb
short_description: create/destroy GCE load-balancer resources
short_description: create/destroy GCE load-balancer resources
description:
description:
- This module can create and destroy Google Compue Engine C(loadbalancer)
- This module can create and destroy Google Compu
t
e Engine C(loadbalancer)
and C(httphealthcheck) resources. The primary LB resource is the
and C(httphealthcheck) resources. The primary LB resource is the
C(load_balancer) resource and the health check parameters are all
C(load_balancer) resource and the health check parameters are all
prefixed with I(httphealthcheck).
prefixed with I(httphealthcheck).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment