Browse code

Append new features to 1.5 changelog

James Tanner authored on 2014/01/31 02:06:02
Showing 1 changed files
... ...
@@ -10,7 +10,8 @@ Major features/changes:
10 10
 * only_if, which is much older than when_foo and was deprecated, is similarly removed.
11 11
 * ssh connection plugin is now more efficient if you add 'pipelining=True' in ansible.cfg under [ssh_connection], see example.cfg
12 12
 * 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.
13
-* git module now takes ssh_opts and key_file parameters to override how git calls ssh
13
+* git module has new parameters (accept_hostkey, key_file, ssh_opts) to ease the usage of git and ssh protocols. 
14
+
14 15
 
15 16
 New modules:
16 17
 
... ...
@@ -42,6 +43,11 @@ Misc:
42 42
 * backwards/forwards compatibility for OpenStack modules, 'quantum' modules grok neutron renaming
43 43
 * hosts properly uniqueified if appearing in redundant groups
44 44
 * hostname module support added for ScientificLinux
45
+* ansible-pull can now show live stdout and pass verbosity levels to ansible-playbook
46
+* ec2 instances can now be stopped or started
47
+* additional volumes can be created when creating new ec2 instances
48
+* user module can move a home directory
49
+* significant enhancement and cleanup of rackspace modules
45 50
 * various other bug fixes
46 51
 
47 52
 ## 1.4.4 "Could This Be Magic" - January 6, 2014