-
Hello, I currently have the following in Ansible, where I'm trying to change the existing CNAME of ansible.xyz to point to the A record of ansibletest002.xyz. It's currently pointing to the A record …
-
The Host Record does exist, and I can search for it in the web interface and find it. If I delete the host record via the web interface, then create it by changing the ` state: "absent"` into `state: …
-
wapi 2.10
infoblox_client version 0.6
```
Traceback (most recent call last):
File "/BLOX/create_forward_zones.py", line 66, in
main()
File "/BLOX/create_forward_zones.py", line 63, in…
-
Hi,
is there a way to support count loop returning more than one next available IP ?
I am aware that Infoblox API supports it (&num=X) https://community.infoblox.com/t5/API-Integration/Get-Next-A…
-
Infoblox version: 8.5.2
Provider version: v2.0.1
If the record exists already and it is not in the state, the search is done based on record type, which exceeds the hardcoded threshold.
I'm ge…
-
I cannot delete networks from Infoblox using:
```
- name: Remove 192.168.1.0/30
infoblox.nios_modules.nios_network:
network: 192.168.1.0/30
state: absent
provi…
-
Hi guys,
I am trying to use the IPAM functionality provided by Infoblox and integrate it with Azure, but I stumbled upon a roadblock.
To be more specific, I am trying to deploy a VNET in Azure a…
-
`terraform plan`
```
# infoblox_record_host.host will be created
+ resource "infoblox_record_host" "host" {
+ configure_for_dns = true
+ id = (known after apply)
…
-
As providers in Terraform 0.10.x are now externally loaded plugins, each with their own development cadence and repo in Hashicorp's [terraform-providers](https://github.com/terraform-providers) projec…
-
At the moment, it isn't possible to configure the provider to use an http proxy to communicate with the infoblox server.
I've submitted https://github.com/infobloxopen/infoblox-go-client/pull/131 t…