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
793df5d4
Commit
793df5d4
authored
Nov 03, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog
parent
aa0af271
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
CHANGELOG.md
+16
-2
No files found.
CHANGELOG.md
View file @
793df5d4
...
...
@@ -15,11 +15,25 @@ Ansible Changes By Release
*
if ansible_
*
_interpreter is set on a delegated host, it now works as intended
*
authorized key module uses temp file now to prevent failure on full disk
*
MySQL module takes new grant options
*
user module can create S
HS
keys
*
user module can create S
SH
keys
*
yum module takes enablerepo= and disablerepo=
*
--limit can now take "," as well as ";" or ":"
*
various git module improvements/tweaks
*
EC2 module now produces nicer failure message if AWS is down (or similar)
*
EC2 inventory script now produces nicer failure message if AWS is down (or similar)
*
user module now works on FreeBSD, generic system for modules subclassed by OS platform/distro
*
plugin loading code now more streamlined
*
module options now sorted in documentation
*
able to set default for asking password & sudo password in config file
*
now installs nicely if running inside a virtualenv
*
msg is now displaced with newlines when a task fails
*
added a template lookup plugin (with_template: "{{ some_jinja2 }}")
*
if any with_ plugin has no results in a list, the task is now skipped
*
further upgrades to service module service status reporting
*
tweaks to get service module to play nice with BSD style service systems (rc.conf)
*
'domain' fact now available
*
group_by module allows partitioning hosts based on group data
*
create= option on lineinfile can create the file when it does not exist
*
misc yum module fixing for various corner cases
0.
8 "Cathedral" -- Oct 19, 2012
...
...
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