summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-08-30 19:21:08 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-08-30 19:21:19 -0400
commitc774208bba0f68a2f536f44922b5133dee2d8268 (patch)
tree98d15c394d777167e172c09921e7b378553b3506 /CHANGELOG.md
parent90f051f818acac5ff362e8c61aae991c5032fe6e (diff)
downloadansible-c774208bba0f68a2f536f44922b5133dee2d8268.tar.gz
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f49aa439ba..54ad717c30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,16 @@ Module changes:
* add pattern= as a paramter to the service module (for init scripts that don't do status, or do poor status)
* various fixes to mysql & postresql modules
* added a thirsty= option (boolean, default no) to the get_url module to decide to download the file every time or not
+* added a wait_for module to poll for ports being open
+* added a nagios module for controlling outage windows and alert statuses
+* added a seboolean module for getsebool/setsebool type operations
+* added a selinux module for controlling overall SELinux policy
+* added a subversion module
+* added lineinfile for adding and removing lines from basic files
+* added facts for ARM-based CPUs
+* support for systemd in the service module
+* git moduleforce reset behavior is now controllable
+* file module can now operate on special files (block devices, etc)
Core changes:
@@ -28,7 +38,7 @@ Core changes:
* when using paramiko and SFTP is not accessible, do not traceback, but return a nice human readable msg
* use -vvv for extreme debug levels. -v gives more playbook output as before
* -vv shows module arguments to all module calls (and maybe some other things later)
-* don't pass "--" to sudo to work on older EL5
+* don not pass "--" to sudo to work on older EL5
* make remote_md5 internal function work with non-bash shells
* allow user to be passed in via --extra-vars (regression)
* add --limit option, which can be used to further confine the pattern given in ansible-playbooks
@@ -37,12 +47,15 @@ Core changes:
* /etc/ansible/ansible.cfg and ~/ansible.cfg now available to set default values and other things
* (developers) ANSIBLE_KEEP_REMOTE_FILES=1 can be used in debugging (envrionment variable)
* (developers) connection types are now plugins
-* (developers) callbacks can now be extended via plugins
+* (developers) callbacks can now be extended via plugins
+* added FreeBSD ports packaging scripts
+* check for terminal properties prior to engaging color modes
+* explicitly disable password auth with -c ssh, as it is not used anyway
Playbooks:
* YAML syntax errors detected and show where the problem is
-* if you ctrl+c a playbook it won't traceback (usually)
+* if you ctrl+c a playbook it will not traceback (usually)
* vars_prompt now has encryption options (see examples/playbooks/prompts.yml)
* allow variables in parameterized task include parameters (regression)
* add ability to store the result of any command in a register (see examples/playbooks/register_logic.yml)
@@ -50,6 +63,7 @@ Playbooks:
* fix a variable ordering issue that could affect vars_files with selective file source lists
* adds 'delegate_to' for a task, which can be used to signal outage windows and load balancers on behalf of hosts
* adds 'serial' to playbook, allowing you to specify how many hosts can be processing a playbook at one time (default 0=all)
+* adds 'local_action: <action parameters>' as an alias to 'delegate_to: 127.0.0.1'
0.6 "Cabo" -- August 6, 2012