Browse code

Updated CHANGELOG with accelerated mode/role defaults updates

James Cammarata authored on 2013/09/04 18:49:46
Showing 1 changed files
... ...
@@ -5,6 +5,8 @@ Ansible Changes By Release
5 5
 
6 6
 Highlighted new features:
7 7
 
8
+* accelerated mode: An enhanced fireball mode that requires zero bootstrapping and fewer requirements plus adds capabilities like sudo commands.
9
+* role defaults: Allows roles to define a set of variables at the lowest priority. These variables can be overridden by any other variable.
8 10
 * new /etc/ansible/facts.d allows JSON or INI-style facts to be provided from the remote node, and supports executable fact programs in this dir. Files must end in *.fact.
9 11
 * added the ability to make undefined template variables raise errors (see ansible.cfg)
10 12
 * (DOCS PENDING) sudo: True/False and sudo_user: True/False can be set at include and role level