opentelekomcloud / ansible-collection-cloud

Ansible modules for using with OTC (addition to the native OpenStack modules)
Apache License 2.0
21 stars 14 forks source link

as_group rework #207

Open anton-sidelnikov opened 2 years ago

anton-sidelnikov commented 2 years ago

scaling_group param should be: name: name_or_id

anton-sidelnikov commented 2 years ago
networks: [{"id": "{{ network_id }}"}] ->  networks: [{"{{ network_id }}"}]
security_groups: [{"id": "{{ secgroup_id }}"}] -> security_groups: [{"{{ secgroup_id }}"}]
anton-sidelnikov commented 2 years ago

Make changes according: https://github.com/opentelekomcloud/python-otcextensions/issues/299