-
Using infoblox.nios_modules 1.5.0
Create a host, (not using nios_next_ip because per #63 which has been open since 2019, it is not idempotent)
```yaml
- name: Create ansible-test DNS record
in…
-
This project needs integration tests against either a mock or real infoblox backend.
Research what options are available for running the infoblox API (I've used an evaluation VM -- is that publicly a…
-
Hi,
I am testing Ansible module and I am able to get host. However, when adding a host, it failed. Here's what I have:
Playbook:
=============
```
---
- name: query DNS
hosts: localh…
-
```
>>> from infoblox_client import objects
>>> objects.IP.create("127.0.0.1")
IPv4: ipv4addr="127.0.0.1", ip="127.0.0.1"
>>> objects.IP.create("::1")
Traceback (most recent call last):
File "…
-
As of the new python release 3.10.x some modules which are used as a dependency are not working for pytos.
It would be great if the dependencies can be updated to work also with python 3.10.
[http…
-
**Describe the solution you'd like**
When managing a workload cluster via cluster-api automate the assignment of the vip and vm ips.
On a namespace level:
- one or more InClusterIPPool resource…
-
HI, I receive this error when calling my api and trying to filter
for example `http://localhost:7778/api/clients?filter=key==123`
I am trying to use protoc-gen-gorm to generate my services
I h…
mewis updated
5 years ago
-
I am trying to use the inventory plugin connected to our infoblox device. I issue this command
`$ ansible-inventory --list -i infoblox.yaml`
and I expect to get a list of all the hosts in my infoblo…
-
Hello!
There is Crossplane community interest in an Infoblox provider, so we are trying to consolidate our efforts at
https://github.com/crossplane-contrib/provider-infoblox-nios.
Given that …
-
Guys,
Sorry, one more question.
IP assignment and release are successful for docker containers through the ipam-driver.
However, I noticed that container hostname info is not recorded in infobl…