Files
offline_kubespray/collection/infoblox/nios_modules/playbooks/create_zone.yml
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

22 lines
440 B
YAML

---
- hosts: localhost
vars:
nios_provider:
host: 10.36.118.2
username: cloudadmin
password: admin
wapi_version: 2.1
connection: local
tasks:
- name: create zone
infoblox.nios_modules.nios_zone:
name: ansibletestzone.com
view: ansibleDnsView
extattrs:
Site: Test Site
comment: Created with Ansible
state: present
provider: "{{ nios_provider }}"