New in version 2.2.
parameter | required | default | choices | comments |
---|---|---|---|---|
filters |
no | None | Criteria for selecting image. Can be any value from image manifest and 'published_date', 'published', 'source', 'clones', and 'size'. More informaton can be found at https://smartos.org/man/1m/imgadm under 'imgadm list'. |
# Return facts about all installed images. smartos_image_facts: # Return all private active Linux images. smartos_image_facts: filters="os=linux state=active public=false" # Show, how many clones does every image have. smartos_image_facts: debug: msg="{{ smartos_images[item]['name'] }}-{{smartos_images[item]['version'] }} has {{ smartos_images[item]['clones'] }} VM(s)" with_items: "{{ smartos_images.keys() }}"
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
This module is community maintained without core committer oversight.
For more information on what this means please read Module Support
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.