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
1290aa26
Commit
1290aa26
authored
Sep 30, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1163 from jpmens/fireball-doc
template DOCUMENTATION added to fireball
parents
f13e2065
8a4df98f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
library/fireball
+33
-0
No files found.
library/fireball
View file @
1290aa26
...
@@ -18,6 +18,39 @@
...
@@ -18,6 +18,39 @@
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
DOCUMENTATION
=
'''
---
module: fireball
short_description:
description:
- bla, bla
version_added: "0.9"
options:
port:
description:
- TCP port for ZeroMQ
required: false
default: 5099
aliases: []
password:
description:
- Base64-encoded password for FIXME
required: true
default: null
minutes:
description:
- time, in minutes, for FIXME
required: false
default: 30
examples:
- code: fireball ... FIXME
description: "This does ..."
notes:
- Also see the M(template) module.
requirements: [ "zmq", "keyczar" ]
author: Michael DeHaan
'''
import
os
import
os
import
sys
import
sys
import
shutil
import
shutil
...
...
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