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
a429ff26
Commit
a429ff26
authored
Mar 20, 2014
by
Maykel Moya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ec2_group: Add documentation for rules_egress
parent
b642e39e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
+10
-1
library/cloud/ec2_group
+10
-1
No files found.
library/cloud/ec2_group
View file @
a429ff26
...
@@ -24,7 +24,11 @@ options:
...
@@ -24,7 +24,11 @@ options:
required: false
required: false
rules:
rules:
description:
description:
- List of firewall rules to enforce in this group (see example).
- List of firewall inbound rules to enforce in this group (see example).
required: false
rules_egress:
description:
- List of firewall outbound rules to enforce in this group (see example).
required: false
required: false
region:
region:
description:
description:
...
@@ -113,6 +117,11 @@ EXAMPLES = '''
...
@@ -113,6 +117,11 @@ EXAMPLES = '''
- proto: all
- proto: all
# the containing group name may be specified here
# the containing group name may be specified here
group_name: example
group_name: example
rules_egress:
- proto: tcp
from_port: 80
to_port: 80
group_name: example
'''
'''
try
:
try
:
...
...
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