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
2baece3a
Commit
2baece3a
authored
Mar 18, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2447 from dorfsmay/20130318-ansible-doc
Mention of ansible-doc and man pages for modules.
parents
a4a15456
8b10cc59
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
4 deletions
+11
-4
docs/man/man1/ansible-doc.1.asciidoc.in
+1
-1
docs/man/man1/ansible-playbook.1.asciidoc.in
+1
-1
docs/man/man1/ansible-pull.1.asciidoc.in
+1
-1
docs/man/man1/ansible.1.asciidoc.in
+1
-1
docsite/rst/modules.rst
+7
-0
No files found.
docs/man/man1/ansible-doc.1.asciidoc.in
View file @
2baece3a
...
...
@@ -59,7 +59,7 @@ Ansible is released under the terms of the GPLv3 License.
SEE ALSO
--------
*ansible-playbook*(1), *ansible*(1)
*ansible-playbook*(1), *ansible*(1)
, *ansible-pull*(1)
Extensive documentation as well as IRC and mailing list info
is available on the ansible home page: <https://ansible.github.com/>
docs/man/man1/ansible-playbook.1.asciidoc.in
View file @
2baece3a
...
...
@@ -155,7 +155,7 @@ Ansible is released under the terms of the GPLv3 License.
SEE ALSO
--------
*ansible*(1), *ansible-pull*(1)
*ansible*(1), *ansible-pull*(1)
, *ansible-doc*(1)
Extensive documentation as well as IRC and mailing list info
is available on the ansible home page: <https://ansible.github.com/>
docs/man/man1/ansible-pull.1.asciidoc.in
View file @
2baece3a
...
...
@@ -70,7 +70,7 @@ Ansible is released under the terms of the GPLv3 License.
SEE ALSO
--------
*ansible*(1), *ansible-playbook*(1)
*ansible*(1), *ansible-playbook*(1)
, *ansible-doc*(1)
Extensive documentation as well as IRC and mailing list info
is available on the ansible home page: <https://ansible.github.com/>
docs/man/man1/ansible.1.asciidoc.in
View file @
2baece3a
...
...
@@ -173,7 +173,7 @@ Ansible is released under the terms of the GPLv3 License.
SEE ALSO
--------
*ansible-playbook*(1), *ansible-pull*(1)
*ansible-playbook*(1), *ansible-pull*(1)
, *ansible-doc*(1)
Extensive documentation as well as IRC and mailing list info
is available on the ansible home page: <https://ansible.github.com/>
docsite/rst/modules.rst
View file @
2baece3a
...
...
@@ -44,6 +44,13 @@ Modules are `idempotent`, meaning they will seek to avoid changes to the system
playbooks, these modules can trigger 'change events' in the form of notifying 'handlers'
to run additional tasks.
Documention for each module can be accessed from the command line with the
ansible-doc as well as the man command::
ansible-doc command
man ansible.template
Let's see what's available in the Ansible module library, out of the box:
...
...
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