CentOS/python-cicoclient

inventory should support an optional argument that is a ssid

dmsimard opened this issue · 2 comments

Right now cico inventory and cico inventory --all returns the complete inventory and cico inventory returns the inventory tied to an API key if one is specified either through the CICO_API_KEY environment variable or with --api-key.

It'd be great to be able to do cico inventory <ssid> to only return the nodes from a specific ssid.

Done via 20fa09d

Exposed to the ansible module as well via 000fe8c