From 5b8ee8488de4c8b9a24f377c7bec5ba0784754ee Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 1 May 2012 23:03:00 -0400 Subject: [PATCH] update development changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd544de9d..8db8e999b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ Ansible Changes By Release * custom facts provided by the setup module mean no dependency on Ruby, facter, or ohai * sudo improvements, now works much more smoothly -* some support for reading some default settings from the ssh config file (key pairs, ports) * OS X support in progress for ansible on the host and clients (modules still TBA) * list of hosts in playbooks can be expressed as a YAML list in addition to ; delimited * tweaks to SELinux implementation for file module @@ -15,6 +14,11 @@ Ansible Changes By Release * file module now correctly returns the mode in octal * modules can no longer include stderr output (paramiko limitation from sudo) * 'group_names' is now a variable made available to templates +* variables in the 'all' section can be used to define other variables based on those values +* fix for symlink handling in the file module +* groups and users module takes an optional system=yes|no on creation (default no) +* async handling improvements +* service takes an enable=yes|no which works with chkconfig or updates-rc.d as appropriate 0.3 "Baluchitherium" -- April 23, 2012