dellemc.os9/roles/os9_dns/tests/main.os9.yaml
Komal Uttamrao Patil 90b090b021
OS9 Ansible Collections (#2)
* adding OS9 ansible collections

* adding OS9 collections

Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
2020-07-09 19:29:51 -07:00

40 lines
No EOL
713 B
YAML

---
# vars file for dellemc.os9.os9_dns,
# below gives a sample configuration
# Sample variables for OS9 device
os9_dns:
domain_lookup: true
name_server:
- ip:
- 3.1.1.1
- 3.1.1.2
vrf:
- test
- test1
- vrf:
- test1
state: absent
- ip:
- 2.2.2.2
state: absent
- ip:
- 3.3.2.2
state: absent
domain_list:
- vrf:
- test
- test1
state: absent
- name:
- dname3
- dname4
- name:
- dname5
- dname6
state: absent
- name:
- dname7
- dname8
vrf:
- test
- test1