All Projects → saltstack-formulas → resolver-formula

saltstack-formulas / resolver-formula

Licence: other
docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

Programming Languages

SaltStack
118 projects
Jinja
831 projects
ruby
36898 projects - #4 most used programming language

resolver

SaltStack formula to manage /etc/resolv.conf with or without resolvconf package.

Available states

resolver

Manage system nameserver information in /etc/resolv.conf.

resolver.ng

A new formula to manage system nameserver information in /etc/resolv.conf.

Configuration

The resolvconf package is enabled by default for Debian based distributions and you can manage /etc/resolv.conf directly without remove resolvconf package.

NetworkManager, if enabled, will have it's DNS (resolv.conf) processing mode disabled.

resolver:
  ng:
    resolvconf:
      enabled: False
  nameservers:
    - 8.8.8.8
    - 8.8.4.4
  searchpaths:
    - internal
  options:
    - rotate
    - timeout:1
    - attempts:5
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].