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
c3d06b46
Commit
c3d06b46
authored
Oct 01, 2013
by
James Cammarata
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'devel' of
https://github.com/ansible/ansible
into devel
parents
ac3cdf7c
c13dd50b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
library/cloud/ec2_eip
+1
-1
library/source_control/bzr
+1
-1
library/source_control/git
+1
-1
library/source_control/hg
+1
-1
library/source_control/subversion
+1
-1
No files found.
library/cloud/ec2_eip
View file @
c3d06b46
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
DOCUMENTATION
=
'''
DOCUMENTATION
=
'''
---
---
module: ec2_eip
module: ec2_eip
short_decription: associate an EC2 elastic IP with an instance.
short_de
s
cription: associate an EC2 elastic IP with an instance.
description:
description:
- This module associates AWS EC2 elastic IP addresses with instances
- This module associates AWS EC2 elastic IP addresses with instances
version_added: 1.4
version_added: 1.4
...
...
library/source_control/bzr
View file @
c3d06b46
...
@@ -56,7 +56,7 @@ options:
...
@@ -56,7 +56,7 @@ options:
version_added: "1.4"
version_added: "1.4"
description:
description:
- Path to bzr executable to use. If not supplied,
- Path to bzr executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
'''
'''
EXAMPLES
=
'''
EXAMPLES
=
'''
...
...
library/source_control/git
View file @
c3d06b46
...
@@ -79,7 +79,7 @@ options:
...
@@ -79,7 +79,7 @@ options:
version_added: "1.4"
version_added: "1.4"
description:
description:
- Path to git executable to use. If not supplied,
- Path to git executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
notes:
notes:
- If the task seems to be hanging, first verify remote host is in C(known_hosts).
- If the task seems to be hanging, first verify remote host is in C(known_hosts).
SSH will prompt user to authorize the first contact with a remote host. One solution is to add
SSH will prompt user to authorize the first contact with a remote host. One solution is to add
...
...
library/source_control/hg
View file @
c3d06b46
...
@@ -71,7 +71,7 @@ options:
...
@@ -71,7 +71,7 @@ options:
version_added: "1.4"
version_added: "1.4"
description:
description:
- Path to hg executable to use. If not supplied,
- Path to hg executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
notes:
notes:
- If the task seems to be hanging, first verify remote host is in C(known_hosts).
- If the task seems to be hanging, first verify remote host is in C(known_hosts).
SSH will prompt user to authorize the first contact with a remote host. One solution is to add
SSH will prompt user to authorize the first contact with a remote host. One solution is to add
...
...
library/source_control/subversion
View file @
c3d06b46
...
@@ -69,7 +69,7 @@ options:
...
@@ -69,7 +69,7 @@ options:
version_added: "1.4"
version_added: "1.4"
description:
description:
- Path to svn executable to use. If not supplied,
- Path to svn executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
'''
'''
EXAMPLES
=
'''
EXAMPLES
=
'''
...
...
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