acoston / Ansible-EfficientIP

Ansible module to use with EfficientIP SolidServer
BSD 2-Clause "Simplified" License
15 stars 10 forks source link

added ipaddress search function #3

Open karthiksedoc opened 4 years ago

karthiksedoc commented 4 years ago

Added "ipaddress list" function, so that when you re-run the ansible role against existing machine the eip module will try to fetch existing allocated IP for the server. In this way we can avoid allocating new IP every time the ansible run against a particular host.

Thanks