Blame view

playbooks/yoho.dns.yml 203 Bytes
chunhua.zhang authored
1 2 3 4 5 6 7 8
---
- hosts: nameservers
  vars_prompt:
    - name: "confirmation"
      prompt: "Sync and reload dns server. Please Enter DNS to continue."
      private: no
  remote_user: root
  roles:
root authored
9
    - yoho.dns