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
2060ae55
Commit
2060ae55
authored
Jan 19, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog
parent
26676ce2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
CHANGELOG.md
+17
-2
No files found.
CHANGELOG.md
View file @
2060ae55
...
...
@@ -8,7 +8,7 @@ Major features/changes:
*
when_foo which was previously deprecated is now removed, use "when:" instead. Code generates appropriate error suggestion.
*
include + with_items which was previously deprecated is now removed, ditto. Use with_nested / with_together, etc.
*
only_if, which is much older than when_foo and was deprecated, is similarly removed.
*
ssh
_alt connection plugin, much more performant than standard -c ssh, in tree, soon to replace ssh.py (in this release)
*
ssh
connection plugin is now more efficient if you add 'pipelining=True' in ansible.cfg under
[
ssh_connection
]
, see example.cfg
New modules:
...
...
@@ -17,7 +17,22 @@ New modules:
Misc:
*
no_reboot is now defaulted to "no" in the ec2_ami module to ensure filesystem consistency in the resulting AMI.
*
various bug fixes
*
sysctl module overhauled
*
authorized_key module overhauled
*
synchronized module now handles local transport better
*
apt_key module now ignores case on keys
*
zypper_repository now skips on check mode
*
file module now responds to force behavior when dealing with hardlinks
*
new lookup plugin 'csvfile'
*
fixes to allow hash_merge behavior to work with dynamic inventory
*
mysql module will use port argument on dump/import
*
subversion module now ignores locale to better intercept status messages
*
rax api_key argument is no longer logged
*
backwards/forwards compatibility for OpenStack modules, 'quantum' modules grok neutron renaming
*
hosts properly uniqueified if appearing in redundant groups
*
hostname module support added for ScientificLinux
*
various other bug fixes
## 1.4.4 "Could This Be Magic" - January 6, 2014
...
...
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