Skip to content

Associating an IP with Tags to a Network. #47

@rvalle

Description

@rvalle

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions