We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Setup a ChinaDNS server that free of dns poisoning .
mydns ansible_ssh_host=192.168.0.170 ansible_ssh_user=lex ansible_sudo=true [chinadns] mydns
host_vars/mydns.yml
chinadns_upstream: - 114.114.114.114 - 8.8.4.4 update_resolvconf: true
ansible-playbook chinadns.yml -l mydns