ait-testbed / atb-ansible-dnsmasq

AECID Testbed Ansible Role that installs and configures dnsmasq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible-Role: dnsmasq

Installs and configures dnsmasq. It saves all configs as seperate files in /etc/dnsmasq.d

Requirements

  • Debian or Ubuntu (18.04 or newer)

Role Variables

dnsmasq_config: []
dnsmasq_systemd_resolved_disable: false

Example Playbook

- hosts: localhost
  roles:
          - dnsmasq
  vars:
      dnsmasq_config:
              - { name: "noname",  content: "lala" }
              - { name: "dhcp"
                  prio: "15"
                  content:|
                   long content
                }

License

GPL-3.0

Author

  • Wolfgang Hotwagner
  • Benjamin Akhras

About

AECID Testbed Ansible Role that installs and configures dnsmasq

License:GNU General Public License v3.0


Languages

Language:Jinja 100.0%