New in version 2.0.
- os-client-config
parameter | required | default | choices | comments |
---|---|---|---|---|
clouds |
no |
List of clouds to limit the return list to. No value means return information on all configured clouds
|
- name: Get list of clouds that do not support security groups os_client_config: - debug: var: "{{ item }}" with_items: "{{ openstack.clouds | rejectattr('secgroup_source', 'none') | list }}" - name: Get the information back just about the mordred cloud os_client_config: clouds: - mordred
Note
openstack.clouds
variable.This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.