No description
Find a file
Thomas Anglmaier 04372a43d5 trial and error
2022-07-13 09:16:49 +00:00
defaults make conn name dynamic 2022-06-02 11:12:18 +00:00
handlers first commit 2019-01-11 13:21:33 +01:00
meta first commit 2019-01-11 13:21:33 +01:00
tasks trial and error 2022-07-13 09:16:49 +00:00
templates first commit 2019-01-11 13:21:33 +01:00
tests first commit 2019-01-11 13:21:33 +01:00
vars first commit 2019-01-11 13:21:33 +01:00
README.md Improve Doc 2019-01-11 22:07:19 +01:00

ansible-role-resolvconf

Used to manage /etc/resolv.conf on Linux systems. This role also takes care that NetworkManager does not manage resolv.conf for you on EL7 systems.

Requirements

  • ansible >= 2.3

Role Variables

Variable Name defaults options/type Description
resolv_nameservers 10.10.10.10 10.10.10.11 list List of nameserver IP addresses to use
resolv_domain blabla.local string domain name
resolv_search fe.blabla.local blabla.local be.blabla.local string search domains to use
resolv_additional_options NA string any additional options you want to have in your resolv.conf

Dependencies

None, at the moment!

Example Playbook

License

BSD

Author Information

Created in 2018 by Thomas.