Authored by Your Name

Merge branch 'master' of git.yoho.cn:ops/yoho-ansible-roles

---
# dns server reconfigure to match: mysql read to master
# change mysql read to master node.
# task no.1 : change the dns resolv
# task no.2: reload the cobar server
- hosts: nameserver-master
vars_prompt:
- name: "confirmation"
... ...