diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-01-28 14:26:18 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-01-28 14:26:18 +0100 |
commit | 20cd6ac5299a725558a85df7c93c34f4a67b15d5 (patch) | |
tree | f5ed4fc68e9ff8b4e4f44db249285c7e0d5331d8 /roles/common/tasks/main.yml | |
parent | bcae4845763a067cafaeb672f173ed810bacb242 (diff) |
Resolver: Use systemd-resolved.
Diffstat (limited to 'roles/common/tasks/main.yml')
-rw-r--r-- | roles/common/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index a6795ba..1dc286e 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -19,6 +19,11 @@ when: "'webmail' in group_names and 'LDAP_provider' not in group_names" - import_tasks: auditd.yml tags: auditd +- import_tasks: resolved.yml + tags: + - resolv + - resolved + - dns - import_tasks: unbound.yml tags: - unbound |