Skip to content

roles-ansible/ansible_role_resolvconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

ansible role resolvconf

Ansible role to manage the /etc/resolv.conf file.

Variables

Variable Default Value Description
resolvconf__mode: '0644' The file mode for /etc/resolv.conf
resolveconf__immutable: false Change this to true to prevent /etc/resolv.conf to be changed by others
resolvconf__nameservers: [] Optionally configure a list of nameservers (some examples)
resolvconf__domain: Optionally set a value for the domain option
resolvconf__search: [] Optionally set a list of search domains
resolvconf__options: [] Optionally set a list of additional options like rotate or timeout:2
submodules_versioncheck: false Run optional simple Versionscheck (true is recomended)

Collection

This role is part of the l3d.linux collection.

  • collection l3d.linux
  • l3d.linux.resolvconf