Browse code

changelog update

Michael DeHaan authored on 2012/04/29 00:29:02
Showing 1 changed files
... ...
@@ -5,15 +5,16 @@ Ansible Changes By Release
5 5
 
6 6
 * custom facts provided by the setup module mean no dependency on Ruby, facter, or ohai
7 7
 * sudo improvements, now works much more smoothly
8
-* some support for reading some default settings from the ssh config file (being refined)
9
-* OS X support in progress for hosts and clients
8
+* some support for reading some default settings from the ssh config file (key pairs, ports)
9
+* OS X support in progress for ansible on the host and clients (modules still TBA)
10 10
 * list of hosts in playbooks can be expressed as a YAML list in addition to ; delimited
11 11
 * tweaks to SELinux implementation for file module
12 12
 * first_available_file feature, see selective_file_sources.yml in examples/playbooks for info
13 13
 * fixes for yum module corner cases on EL5
14
-* --extra-vars="a=2 b=3" etc, now available to inject parameters into playbooks
14
+* --extra-vars="a=2 b=3" etc, now available to inject parameters into playbooks from CLI
15 15
 * file module now correctly returns the mode in octal
16 16
 * modules can no longer include stderr output (paramiko limitation from sudo)
17
+* 'group_names' is now a variable made available to templates
17 18
 
18 19
 0.3 "Baluchitherium" -- April 23, 2012
19 20