vn-ansible/linux-config-nsupdate.yaml

12 lines
193 B
YAML
Raw Normal View History

2024-05-22 15:04:42 +00:00
---
- hosts: ns1
become: yes
become_method: sudo
gather_facts: no
tasks:
- name: "[CONFIG NSUPDATE] configure zone with NSUPDATE"
import_role:
name: config-nsupdate