Skip to content

Instantly share code, notes, and snippets.

@dpritchett
Created September 17, 2013 17:38
Show Gist options
  • Save dpritchett/6597778 to your computer and use it in GitHub Desktop.
Save dpritchett/6597778 to your computer and use it in GitHub Desktop.
- hosts: all
tasks:
- name: ensure googley fast nameservers
sudo: True
template: src=../templates/resolv.conf
dest=/etc/resolv.conf force=true
owner=root
group=root
mode=0644
# google nameservers are faster than the defaulted Raspbian ones...
nameserver 8.8.8.8
nameserver 8.8.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment