The *systemd-resolved* role/playbook ensures the *systemd-resolved* service is enabled and running, and ensures that the `/etc/resolv.conf` file is a symlink to the appropriate managed configuration file.
7 lines
90 B
YAML
7 lines
90 B
YAML
- hosts: all
|
|
roles:
|
|
- role: systemd-resolved
|
|
tags:
|
|
- resolved
|
|
- netconfig
|