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
7f3736bc
Commit
7f3736bc
authored
Sep 11, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #223 from nigelm/master
Pair of trivial documentation fixes
parents
1f4cb797
046e43ec
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
rst/modules/assemble.rst
+1
-1
rst/modules/template.rst
+5
-0
rst/modules/user.rst
+1
-1
rst/playbooks.rst
+1
-1
No files found.
rst/modules/assemble.rst
View file @
7f3736bc
...
...
@@ -8,7 +8,7 @@ assemble
Assembles a configuration file from fragments. Often a particular
program will take a single configuration file and does not support a
conf.d style structure where it is easy to build up the configuration
from multiple sources. Ass
me
ble will take a directory of files that
from multiple sources. Ass
em
ble will take a directory of files that
have already been transferred to the system, and concatenate them
together to produce a destination file. Files are assembled in string
sorting order. Puppet calls this idea "fragments".
...
...
rst/modules/template.rst
View file @
7f3736bc
...
...
@@ -5,6 +5,11 @@ template
Templates a file out to a remote server.
Templates are processed by the
`Jinja2 templating language <http://jinja.pocoo.org/docs/>`_ -
documentation on the template formatting can be found in the
`Template Designer Documentation <http://jinja.pocoo.org/docs/templates/>`_
+--------------------+----------+---------+----------------------------------------------------------------------------+
| parameter | required | default | comments |
+====================+==========+=========+============================================================================+
...
...
rst/modules/user.rst
View file @
7f3736bc
...
...
@@ -37,7 +37,7 @@ Creates user accounts, manipulates existing user accounts, and removes user acco
+--------------------+----------+---------+----------------------------------------------------------------------------+
| force | | no | when used with state=absent, behavior is as with userdel --force |
+--------------------+----------+---------+----------------------------------------------------------------------------+
| remove | | no | when used with state=
remove
, behavior is as with userdel --remove |
| remove | | no | when used with state=
absent
, behavior is as with userdel --remove |
+--------------------+----------+---------+----------------------------------------------------------------------------+
Example action from Ansible :doc:`playbooks`::
...
...
rst/playbooks.rst
View file @
7f3736bc
...
...
@@ -208,7 +208,7 @@ them work just like you would expect. Simple::
action
:
command
/
sbin
/
setenforce
0
The
command
and
shell
module
care
about
return
codes
,
so
if
you
have
a
command
who
's successful exit code is not zero, you may wish to do this:
who
's successful exit code is not zero, you may wish to do this:
:
tasks:
- name: run this command and ignore the result
...
...
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