summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-08-10 02:45:29 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-08-10 02:45:29 -0400
commit1c81ddf8d431438b4fec8898630ec1baf7181f20 (patch)
tree1a990999adaa008651d9af8ef21c9611df12c561 /CHANGELOG.md
parent05a128c2be2fb452a11a31d8ec06daed8aa4afeb (diff)
downloadansible-1c81ddf8d431438b4fec8898630ec1baf7181f20.tar.gz
add the limit option, which can be used to further confine the patterns selected by "hosts:" in ansible-playbooks
to an additional pattern (a subset) specified on the command line. For instance, a playbook could be reusable and target "webservers" and "dbservers", but you want to test only in the stage environment, or a few boxes at a time.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cd35fd8a0..ab636f6405 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@ Ansible Changes By Release
* make remote_md5 internal function work with non-bash shells
* allow user to be passed in via --extra-vars (regression)
* add ability to store the result of any command in a register (see examples/playbooks/register_logic.yml)
+* add --limit option, which can be used to further confine the pattern given in ansible-playbooks
0.6 "Cabo" -- August 6, 2012