Skip to content

Ansible role to configure systemd-resolved name resolver

License

Notifications You must be signed in to change notification settings

rolehippie/resolved

Repository files navigation

resolved

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to configure systemd-resolved name resolver.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

resolved_dhcp_mask

Mask DHCP config file

Default value

resolved_dhcp_mask: true

resolved_dhcp_name

DHCP config file

Default value

resolved_dhcp_name: isc-dhcp-v4-eth0.conf

resolved_domains

List of search domains

Default value

resolved_domains: []

resolved_nameservers

List of nameservers

Default value

resolved_nameservers: []

resolved_read_etc_hosts

Read hosts from /etc/hosts

Default value

resolved_read_etc_hosts: true

resolved_stub_listener

Enable a listening stub resolver

Default value

resolved_stub_listener: true

Discovered Tags

resolved

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger