aboutsummaryrefslogtreecommitdiffstats
path: root/roles/_workstation/resolv/defaults/main.yml
blob: 72733beaacb071f1fa3c3f6d0356cba5ed76b203 (plain) (blame)
1
2
3
4
5
6
7
8
9
---

resolv_configuration_file: /etc/resolv.conf

resolv_dns_servers:
  - ip: 1.1.1.1
    file: "{{ resolv_configuration_file }}.head"
  - ip: 8.8.8.8
    file: "{{ resolv_configuration_file }}.tail"
remember that computers suck.