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
b749af0b
Commit
b749af0b
authored
Jan 26, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New changelog additions from today's merging
parent
25f52d79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
CHANGELOG.md
+11
-0
library/sysctl
+1
-1
No files found.
CHANGELOG.md
View file @
b749af0b
...
@@ -47,6 +47,17 @@ Ansible Changes By Release
...
@@ -47,6 +47,17 @@ Ansible Changes By Release
*
"template override" ??
*
"template override" ??
*
lots of documentation tweaks
*
lots of documentation tweaks
*
handle tilde shell character for --private-key
*
handle tilde shell character for --private-key
*
get_url module can now send user/password authorization
*
new ec2_facts module
*
hg module now in core
*
ec2 module can now deploy multiple simultaneous instances
*
fix for apt_key modules stalling in some situations
*
hash merging policy is now selectable in the config file, can choose to override or merge
*
ec2 module is now powered by Boto
*
fix to enable Jinja2 {% include %} to work again
*
added pkgin module for Joyent SmartOS
*
setup module can now detect if package manager is using pacman
*
...
*
...
...
...
library/sysctl
View file @
b749af0b
...
@@ -29,7 +29,7 @@ version_added: "0.6"
...
@@ -29,7 +29,7 @@ version_added: "0.6"
options:
options:
name:
name:
description:
description:
-
"this is the short path, decimal seperated, to the sysctl entry, ex: C(vm.swappiness)"
-
this is the short path, decimal seperated, to the sysctl entry
required: true
required: true
default: null
default: null
aliases: [ 'key' ]
aliases: [ 'key' ]
...
...
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