resolv

ansible resolv

Build Status

config resolv.conf, DNS Nameserver and Domain.
Default Values ars the Google DNS.

Example Playbook

- hosts: all
  roles:
    - role: ypsman.resolv
      resolv_dns_domain: 'mydomain.org'
      resolv_searchpath: ['mydomain.local', 'mydomain.org']
      resolv_options: "rotate timeout:1"
      resolv_dns_server:
      - 8.8.8.8
      - 8.8.4.4
About

config resolv.conf, DNS Nameserver and Domain

Install
ansible-galaxy install ypsman/ansible-resolv
GitHub repository
License
Unknown
Downloads
3776
Owner