From c20e1bb594d6c05b97644333cafc994071906ef2 Mon Sep 17 00:00:00 2001 From: Gilles Cornu Date: Sat, 5 Dec 2015 07:11:27 +0100 Subject: [PATCH] provisioners/ansible: support host pattern ranges Introduction of "unsafe" numeric or alphabetic patterns in the generated inventory Close #3539 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249891a71..87ee2a46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,8 @@ IMPROVEMENTS: - provisioners/ansible+ansible_local: add support for ansible-galaxy [GH-2718] - provisioners/ansible+ansible_local: add support for group and host variables in the generated inventory [GH-6619] + - provisioners/ansible+ansible_local: add support for alphanumeric patterns + for groups in the generated inventory [GH-3539] - provisioners/ansible: add support for WinRM settings [GH-5086] - provisioners/ansible: add new `force_remote_user` option to control whether `ansible_ssh_user` parameter should be applied or not [GH-6348]