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
1051d8f5
Commit
1051d8f5
authored
May 10, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update git module docs
parent
7b5f77ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
+10
-1
rst/modules.rst
+10
-1
No files found.
rst/modules.rst
View file @
1051d8f5
...
@@ -244,7 +244,7 @@ Deploys software (or files) from git checkouts.
...
@@ -244,7 +244,7 @@ Deploys software (or files) from git checkouts.
*
repo
*:
*
repo
*:
*
git
or
http
protocol
address
of
the
repo
to
checkout
.
*
git
,
ssh
,
or
http
protocol
address
of
the
git
repo
to
checkout
.
*
dest
*:
*
dest
*:
...
@@ -255,6 +255,10 @@ Deploys software (or files) from git checkouts.
...
@@ -255,6 +255,10 @@ Deploys software (or files) from git checkouts.
*
What
version
to
check
out
--
either
the
git
SHA
,
the
literal
string
*
What
version
to
check
out
--
either
the
git
SHA
,
the
literal
string
``
HEAD
``,
or
a
tag
name
.
``
HEAD
``,
or
a
tag
name
.
*
branch
*:
*
(
new
in
0.4
)
Which
branch
name
to
checkout
.
Defaults
to
'master'
.
Example
action
from
Ansible
:
doc
:`
playbooks
`::
Example
action
from
Ansible
:
doc
:`
playbooks
`::
git
repo
=
git
://
foosball
.
example
.
org
/
path
/
to
/
repo
.
git
dest
=/
srv
/
checkout
version
=
release
-
0.22
git
repo
=
git
://
foosball
.
example
.
org
/
path
/
to
/
repo
.
git
dest
=/
srv
/
checkout
version
=
release
-
0.22
...
@@ -325,6 +329,11 @@ Controls services on remote machines.
...
@@ -325,6 +329,11 @@ Controls services on remote machines.
Started
/
stopped
are
idempotent
actions
that
will
not
run
commands
Started
/
stopped
are
idempotent
actions
that
will
not
run
commands
unless
necessary
.
``
restarted
``
will
always
bounce
the
service
.
unless
necessary
.
``
restarted
``
will
always
bounce
the
service
.
*
enabled
*:
*
(
new
in
0.4
)
Whether
the
service
should
start
on
boot
.
Either
'yes'
or
'no'
.
Uses
chkconfig
or
updates
-
rc
.
d
as
appropriate
.
*
name
*:
*
name
*:
*
The
name
of
the
service
.
*
The
name
of
the
service
.
...
...
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