Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add support for ddns_protect option in "nios_host_record" #197

Open
tgoetheyn opened this issue Oct 20, 2023 · 0 comments
Open

Comments

@tgoetheyn
Copy link

Please add the option to enable ddns_protect on a hostrecord.

Could be something like this:

 - name: Create an IPv4 host record
      infoblox.nios_modules.nios_host_record:
        name: "{{ servername }}"
        ipv4:
          - address: "{{ ip }}"
        state: present
        **ddns_protected: true**
        provider:
          host: "{{ infoblox_host }}"
          username: "{{ infoblox_username }}"
          password: "{{ infoblox_password }}"
      when: dnsresult == "NXDOMAIN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant