Repository URL to install this package:
|
Version:
6.0.0 ▾
|
---
- hosts: localhost
vars:
nios_provider:
host: 10.36.118.2
username: cloudadmin
password: admin
connection: local
tasks:
- name: Create Nios TXT record
infoblox.nios_modules.nios_txt_record:
name: one.txt.ansibletestzone.com
text: example_text45
view: ansibleDnsView
comment: Created with Ansible
state: present
provider: "{{ nios_provider }}"