Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,16 @@ ...@@ -49,6 +49,16 @@
- dns - dns
- unbound - unbound
- name: Disable resolvd
ansible.builtin.service:
enabled: false
name: resolvd
state: stopped
tags:
- resolv
- dns
- network
- name: Set DNS resolving - name: Set DNS resolving
ansible.builtin.copy: ansible.builtin.copy:
content: |- content: |-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment