provisioners/ansible: support host pattern ranges
Introduction of "unsafe" numeric or alphabetic patterns in the generated inventory Close #3539
This commit is contained in:
parent
3a793a2721
commit
c20e1bb594
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue