vn-ansible/linux-config-nsupdate.yaml

14 lines
232 B
YAML

---
- hosts: ns1
become: yes
become_method: sudo
gather_facts: no
collections:
- community.general
tasks:
- name: "[CONFIG NSUPDATE] configure zone with NSUPDATE"
import_role:
name: config-nsupdate