Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

katter/ansible_role_powerdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerDNS

Role to install and configure PowerDNS (minimal as of yet)

Requirements

Role Variables

The role accepts variables as PowerDNS accepts configurable settings as defined here: https://doc.powerdns.com/md/authoritative/settings/ Add a leading "powerdns_" and replace dash with underscore. Example: To allow recursion from network 192.168.1.0 only you will set the var powerdns_allow_recursion: 192.168.1.0/24 which will set allow-recursion=192.168.1.0/24 in your powerdns config file.

Additional Variables:

Var Description Required?
powerdns_package_url the location to fetch the PoweDNS package from Yes
powerdns_package_name the name of the file to fetch for install Yes

Example Playbook

---
- hosts: all
  roles:
    - role: powerdns
      powerdns_carbon_server: 192.168.1.45
      powerdns_log_dns_queries: yes

About

Install and Manage PowerDNS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published