-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
I am having trouble with cs_ip_address and custom ID
- name: Associate an IP address with tags
ngine_io.cloudstack.cs_ip_address:
network: My Network
tags:
- key: myCustomID
- value: 5510c31a-416e-11e8-9013-02000a6b00bf
register: ip_address
I was under the assumption that the previous statement would do 2 things: assign an IP to My Network and tag it for future reference. Is that assumption correct?
I am not managing to use this module to assign a random public IP to a network in an idempotent way.
Metadata
Metadata
Assignees
Labels
No labels