Commit c740ea0a authored by nimrod's avatar nimrod
Browse files

Router playbook: Disable resolvd.

It overrides /etc/resolv.conf and I don't need it (I run my own DNS
resolver).
parent b18be4b9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -49,6 +49,16 @@
    - dns
    - unbound

- name: Disable resolvd
  ansible.builtin.service:
    enabled: false
    name: resolvd
    state: stopped
  tags:
    - resolv
    - dns
    - network

- name: Set DNS resolving
  ansible.builtin.copy:
    content: |-