infoblox-ansible icon indicating copy to clipboard operation
infoblox-ansible copied to clipboard

Ansible modules for interfacing to Infoblox systems

Results 87 infoblox-ansible issues
Sort by recently updated
recently updated
newest added

We are attempting to use nios_host_record to write entries into ipam. I have noticed several inconstancies with the module. Two of the major issues is the following. 1.) If I...

python 3.6.8 ansible core 2.10.9 wapi_version 2.11 One of my requirements with using Ansible to automate Infoblox is to check whether records are system-created or otherwise. The general Infoblox API...

# Error when creating a new PTR RR ## Example Task Remark: `status` is set in outer task. (Outer task calls dedicated files for A-, Name-, Host-, Ptr-Record depending on...

python 3.8.11 ansible core 2.12.1 wapi_version: "2.10.5" The nios lookup plugin returns the following when using term 'record:a' - If no records match, it returns and empty list - if...

##### SUMMARY Dear maintainers, This is important for your collections! - In accordance with the [Community decision](https://github.com/ansible-community/community-topics/issues/51), we have created the [news-for-maintainers](https://github.com/ansible-collections/news-for-maintainers) repository for announcements of changes impacting collection maintainers...

The nios_inventory module shows the following error when we build documentation for docs.ansible.com: ![image](https://user-images.githubusercontent.com/30267855/138339835-faa49740-fd03-4bd4-ad36-57d4116e4c17.png) Would be great if this could be fixed before Ansible 5 releases ;-) For assistance, please...

Ansible version: 2.10.11 infoblox.nios_moduels 1.1.2 -- when querying a infoblox grid master for a network and the discovered data obtained from network insight i am getting an error saying that...

When trying to update an existing CNAME I get the following: ``` The full traceback is: File "/tmp/ansible_infoblox.nios_modules.nios_cname_record_payload_h13x8xpv/ansible_infoblox.nios_modules.nios_cname_record_payload.zip/ansible_collections/infoblox/nios_modules/plugins/module_utils/api.py", line 209, in _invoke_method return method(*args, **kwargs) File "/home/0nebody/.local/lib/python3.9/site-packages/infoblox_client/connector.py", line 50, in...

I've tested this many different ways with Inheritance settings and they all failed. Looked at the code and didn't see that anywhere as an option to add inheritance ``` extattrs:...

bug