xoanmi / ansible-module-infoblox

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

Add information about all supported actions in README #11

Open colin-nolan opened 7 years ago

colin-nolan commented 7 years ago

There appears to be 16 different actions, yet only 6 are listed (with little details) in the README:

['get_aliases', 'get_cname', 'get_host', 'get_network', 'get_next_available_ip', 'get_fixedaddress', 'reserve_next_available_ip', 'add_alias', 'add_cname', 'add_host', 'delete_alias', 'delete_fixedaddress', 'delete_host', 'delete_cname', 'set_name', 'set_extattr']

It would be helpful if the information in the README about the supported actions was updated.