Skip to content

civichacker/dnsmasq-formula

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dnsmasq-formula

dnsmasq provides DNS services, as well as optional DHCP and TFTP services.

Available States

Install the dnsmasq package, start the service and apply custom settings.

Remove the dnsmasq package, and stop the associated dnsmasq service.

dnsmasq:
  addresses:
    test.com: 1.2.3.4
    another.org: 2.3.4.5

  cnames:
    mydomain.com:
      domain01: server01.cloud.com
      domain02: server42.cloud.com

  hosts:
    cloud.com:
      server01: 1.0.0.1
      server42: 1.0.0.42

Additional resources