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
b86dc96d
Commit
b86dc96d
authored
Oct 01, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1174 from jpmens/docs-authors
Added missing attribution to all module DOCUMENTATION strings
parents
880328c1
a72a6e42
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
library/file
+1
-0
library/get_url
+1
-0
library/lineinfile
+1
-0
library/raw
+1
-0
library/setup
+1
-0
No files found.
library/file
View file @
b86dc96d
...
...
@@ -59,6 +59,7 @@ examples:
notes:
- See also M(copy), M(template), M(assemble)
requirements: [ ]
author: Michael DeHaan
'''
def
add_path_info
(
kwargs
):
...
...
library/get_url
View file @
b86dc96d
...
...
@@ -67,6 +67,7 @@ notes:
- Also see the M(template) module.
# informational: requirements for nodes
requirements: [ urllib2, urlparse ]
author: Jan-Piet Mens
'''
HAS_URLLIB2
=
True
...
...
library/lineinfile
View file @
b86dc96d
...
...
@@ -24,6 +24,7 @@ import os
DOCUMENTATION
=
'''
---
module: lineinfile
author: Daniel Hokka Zakrisson
short_description: Ensure a particular line is in a file
description:
- This module will search a file for a line, and ensure that it is present or absent.
...
...
library/raw
View file @
b86dc96d
...
...
@@ -18,4 +18,5 @@ description:
examples:
- code: ansible newhost.example.com -m raw -a "yum -y install python-simplejson"
description: Example from /usr/bin/ansible to bootstrap a legacy python 2.4 host
author: Michael DeHaan
'''
library/setup
View file @
b86dc96d
...
...
@@ -47,6 +47,7 @@ notes:
examples:
- code: ansible all -m setup -tree /tmp/facts
description: Obtain facts from all hosts and store them indexed by hostname at /tmp/facts.
author: Michael DeHaan
'''
try
:
...
...
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