xoanmi / ansible-module-infoblox

Awesome infobox module for ansible
GNU General Public License v3.0
38 stars 25 forks source link

TTL fix and A record round robin support #33

Closed krisek closed 7 years ago

krisek commented 7 years ago

For some reason on my Ansible 2.4 installation ttl's didn't work for CNAME's and A records. With this modifications it seems to be OK.

Besides this, I needed to provision round robin A records; I implemented an extra option that make this possible.