aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/nameservers.yml
blob: a977744a51eced3042d7c3b78dc2269511e84396 (plain)
1
2
3
4
5
6
7
8
9
- import_playbook: common.yml
  vars:
    hostlist: authoritative_nameservers

- name: configure nsd
  hosts: authoritative_nameservers
  tags: nsd
  roles:
    - nsd