provisioners/ansible: support host pattern ranges

Introduction of "unsafe" numeric or alphabetic patterns in the generated inventory

Close #3539
This commit is contained in:
Gilles Cornu 2015-12-05 07:11:27 +01:00
parent 3a793a2721
commit c20e1bb594
1 changed files with 2 additions and 0 deletions

View File

@ -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]