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
046c6c66
Commit
046c6c66
authored
Oct 02, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
various small doc tweaks
parent
ad5433b1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
6 deletions
+1
-6
library/fetch
+0
-2
library/file
+0
-1
library/get_url
+1
-2
library/ping
+0
-1
No files found.
library/fetch
View file @
046c6c66
...
@@ -28,8 +28,6 @@ options:
...
@@ -28,8 +28,6 @@ options:
examples:
examples:
- code: fetch src=/var/log/messages dest=/home/logtree
- code: fetch src=/var/log/messages dest=/home/logtree
description: "Example from Ansible Playbooks"
description: "Example from Ansible Playbooks"
notes:
- "See also: M(copy)"
requirements: []
requirements: []
author: Michael DeHaan
author: Michael DeHaan
'''
'''
library/file
View file @
046c6c66
...
@@ -36,7 +36,6 @@ description:
...
@@ -36,7 +36,6 @@ description:
- Sets attributes of files, symlinks, and directories, or removes
- Sets attributes of files, symlinks, and directories, or removes
files/symlinks/directories. Many other modules support the same options as
files/symlinks/directories. Many other modules support the same options as
the file module - including M(copy), M(template), and M(assmeble).
the file module - including M(copy), M(template), and M(assmeble).
version_added: "0.1"
options:
options:
dest:
dest:
description:
description:
...
...
library/get_url
View file @
046c6c66
...
@@ -63,8 +63,7 @@ examples:
...
@@ -63,8 +63,7 @@ examples:
- code: get_url url=http://example.com/path/file.conf dest=/etc/foo.conf mode=0440
- code: get_url url=http://example.com/path/file.conf dest=/etc/foo.conf mode=0440
description: "Example from Ansible Playbooks"
description: "Example from Ansible Playbooks"
notes:
notes:
- This module doesn't support proxies or passwords.
- This module doesn't yet support configuration for proxies or passwords.
- Also see the M(template) module.
# informational: requirements for nodes
# informational: requirements for nodes
requirements: [ urllib2, urlparse ]
requirements: [ urllib2, urlparse ]
author: Jan-Piet Mens
author: Jan-Piet Mens
...
...
library/ping
View file @
046c6c66
...
@@ -27,7 +27,6 @@ description:
...
@@ -27,7 +27,6 @@ description:
- A trivial test module, this module always returns 'pong' on successful
- A trivial test module, this module always returns 'pong' on successful
contact. It does not make sense in playbooks, but is useful from
contact. It does not make sense in playbooks, but is useful from
C(/usr/bin/ansible)
C(/usr/bin/ansible)
version_added: "0.1"
examples:
examples:
- code: ansible webservers -m ping
- code: ansible webservers -m ping
description: Test 'webservers' status
description: Test 'webservers' status
...
...
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