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
226da501
Commit
226da501
authored
Feb 26, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Take notes about other modules that are in plan.
parent
e5f62f20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
7 deletions
+21
-7
docs/man/man5/ansible-modules.1.asciidoc
+21
-7
No files found.
docs/man/man5/ansible-modules.1.asciidoc
View file @
226da501
...
@@ -66,12 +66,22 @@ facter
...
@@ -66,12 +66,22 @@ facter
------
------
Runs the discovery program 'facter' on the remote system, returning
Runs the discovery program 'facter' on the remote system, returning
JSON data that can be useful for inventory purposes. It makes
JSON data that can be useful for inventory purposes.
no changes on the remote system.
Requires that 'facter' and 'ruby-json' be installed on the remote end.
Requires that 'facter' and 'ruby-json' be installed on the remote end.
This module takes no parameters & does not support change hooks.
This module is information only - it takes no parameters & does not support change hooks,
nor does it make any changes on the system.
file
----
Ensures the ownership and permissions of files are as desired.
Use copy or template first if you need to make sure a file is on the box.
In plan.
git
git
...
@@ -85,22 +95,26 @@ This module is in plan.
...
@@ -85,22 +95,26 @@ This module is in plan.
ohai
ohai
----
----
Similar to the facter module, this returns JSON inventory data
but
Similar to the facter module, this returns JSON inventory data
. Ohai data
makes no changes on the remote system
.
is a bit more verbose and nested than facter
.
Requires that 'ohai' be installed on the remote end.
Requires that 'ohai' be installed on the remote end.
This module takes no parameters & does not support change hooks.
This module is information only - it takes no parameters & does not support change hooks,
nor does it make any changes on the system.
ping
ping
----
----
A trivial test module, this module always returns the integer '1' on
A trivial test module, this module always returns the integer '1' on
successful contact.
It makes no changes on the remote system.
successful contact.
This module does not support change hooks.
This module does not support change hooks.
This module is information only - it takes no parameters & does not support change hooks,
nor does it make any changes on the system.
service
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