7102440687
The ansible os_server_facts module support doing this, and a recent change to add support for returning servers by ids there made it seem like perhaps the functionality should get rolled up into the shade layer and be available to everyone. Change-Id: Ib1096d606840767ce884e6dd58a6928fee0ae6e2
6 lines
194 B
YAML
6 lines
194 B
YAML
---
|
|
features:
|
|
- name_or_id parameters to search/get methods now support
|
|
filename-like globbing. This means search_servers('nb0*')
|
|
will return all servers whose names start with 'nb0'.
|