Updated CHANGELOG with accelerated mode/role defaults updates
This commit is contained in:
parent
d27372ff08
commit
82ed1b8d97
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ Ansible Changes By Release
|
||||||
|
|
||||||
Highlighted new features:
|
Highlighted new features:
|
||||||
|
|
||||||
|
* accelerated mode: An enhanced fireball mode that requires zero bootstrapping and fewer requirements plus adds capabilities like sudo commands.
|
||||||
|
* role defaults: Allows roles to define a set of variables at the lowest priority. These variables can be overridden by any other variable.
|
||||||
* 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.
|
* 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.
|
||||||
* added the ability to make undefined template variables raise errors (see ansible.cfg)
|
* added the ability to make undefined template variables raise errors (see ansible.cfg)
|
||||||
* (DOCS PENDING) sudo: True/False and sudo_user: True/False can be set at include and role level
|
* (DOCS PENDING) sudo: True/False and sudo_user: True/False can be set at include and role level
|
||||||
|
|
Loading…
Reference in a new issue