Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Cannot set multiple IP ranges on an IP Pool #74

Open
dandunckelman opened this issue Aug 28, 2018 · 0 comments
Open

Cannot set multiple IP ranges on an IP Pool #74

dandunckelman opened this issue Aug 28, 2018 · 0 comments

Comments

@dandunckelman
Copy link

dandunckelman commented Aug 28, 2018

Summary

When creating/updating a nsx_ippool, I'd like to be able to pass a list of IP ranges.

Currently, the module allows for only one range in a pool.

Possible interface

tasks:
  - name: ip pool with multiple ip ranges
    nsx_ippool:
      ip_ranges:
        - start_ip: '10.1.10.1'
          end_ip: '10.1.10.10'
        - start_ip: '10.1.10.11'
          end_ip: '10.1.10.20'
      end_ip: '{{ ESX_IP }}'
      gateway: '10.1.10.1'
      name: 'test'
      nsxmanager_spec: "{{ nsxmanager_spec }}"
      prefix_length: '24'
      state: present
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant