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
8fbf049e
Commit
8fbf049e
authored
Jan 30, 2014
by
James Tanner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Append new features to 1.5 changelog
parent
e0c60135
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
CHANGELOG.md
+7
-1
No files found.
CHANGELOG.md
View file @
8fbf049e
...
@@ -10,7 +10,8 @@ Major features/changes:
...
@@ -10,7 +10,8 @@ Major features/changes:
*
only_if, which is much older than when_foo and was deprecated, is similarly removed.
*
only_if, which is much older than when_foo and was deprecated, is similarly removed.
*
ssh connection plugin is now more efficient if you add 'pipelining=True' in ansible.cfg under
[
ssh_connection
]
, see example.cfg
*
ssh connection plugin is now more efficient if you add 'pipelining=True' in ansible.cfg under
[
ssh_connection
]
, see example.cfg
*
localhost/127.0.0.1 is not required to be in inventory if referenced, if not in inventory, it does not implicitly appear in the 'all' group.
*
localhost/127.0.0.1 is not required to be in inventory if referenced, if not in inventory, it does not implicitly appear in the 'all' group.
*
git module now takes ssh_opts and key_file parameters to override how git calls ssh
*
git module has new parameters (accept_hostkey, key_file, ssh_opts) to ease the usage of git and ssh protocols.
New modules:
New modules:
...
@@ -42,6 +43,11 @@ Misc:
...
@@ -42,6 +43,11 @@ Misc:
*
backwards/forwards compatibility for OpenStack modules, 'quantum' modules grok neutron renaming
*
backwards/forwards compatibility for OpenStack modules, 'quantum' modules grok neutron renaming
*
hosts properly uniqueified if appearing in redundant groups
*
hosts properly uniqueified if appearing in redundant groups
*
hostname module support added for ScientificLinux
*
hostname module support added for ScientificLinux
*
ansible-pull can now show live stdout and pass verbosity levels to ansible-playbook
*
ec2 instances can now be stopped or started
*
additional volumes can be created when creating new ec2 instances
*
user module can move a home directory
*
significant enhancement and cleanup of rackspace modules
*
various other bug fixes
*
various other bug fixes
## 1.4.4 "Could This Be Magic" - January 6, 2014
## 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