▲ 0 r/ansible
Ansible and Infoblox
I am working on a role to create DNS records in infoblox and hitting a snag. The AAP job is failing because I don't have a "view" in there. As far as I can tell, our infoblox set up is using the default view.
- name: Add an A record
infoblox.nios_modules.nios_a_record:
name: "{{ custom_fqdn }}"
ipv4addr: "{{ custom_ipv4 }}"
view: default
comment: "{{ custom_comment | default(omit) }}"
state: present
provider: "{{ nios_provider }}"
connection: local
u/Busy-Examination1148 — 7 days ago