u/Busy-Examination1148

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
reddit.com
u/Busy-Examination1148 — 7 days ago

I'm coming down for a conference, and trying to figure out the new Marta system, specifically the app. I'm supposed to use breeze Mobile 2, correct?? It said it couldn't connect to their system and gave me a 503 error.

Anyone else having this issue?? Are there still problems with the conversion?

reddit.com
u/Busy-Examination1148 — 11 days ago