Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ansible / infoblox / nios_modules / playbooks / update_a_record.yml
Size: Mime:
---

- hosts: localhost
  vars:
    nios_provider:
      host: 10.34.34.175
      username: cloudadmin
      password: admin

  connection: local
  tasks:
   - name: Update Nios A record
     infoblox.nios_modules.nios_a_record:
       name: {new_name: v7.testzone.com, old_name: v7.testzone.com}
       view: testDnsView
       ipv4: 1.1.11.2
       comment: Created with Ansible
       state: present
       provider: "{{ nios_provider }}"