2018-05-07 19:07:21 +02:00
|
|
|
---
|
|
|
|
powerdns_auth_major: 4
|
|
|
|
powerdns_auth_minor: 1
|
|
|
|
powerdns_auth_version: '{{ powerdns_auth_major }}.{{ powerdns_auth_minor }}'
|
|
|
|
powerdns_auth_repo_data: 'deb [arch=amd64] http://repo.powerdns.com/ubuntu {{ ansible_distribution_release }}-auth-{{ powerdns_auth_major }}{{ powerdns_auth_minor }} main'
|
|
|
|
powerdns_auth_repo_key: 'https://repo.powerdns.com/FD380FBB-pub.asc'
|
|
|
|
|
|
|
|
powerdns_auth_enable_api: True
|
|
|
|
powerdns_auth_enable_web_interface: True
|
|
|
|
|
|
|
|
powerdns_auth_pkgs:
|
|
|
|
- pdns-server
|
|
|
|
- pdns-tools
|
|
|
|
- pdns-backend-lua
|
|
|
|
- pdns-backend-remote
|
|
|
|
- pdns-backend-pipe
|
2018-05-08 18:52:04 +02:00
|
|
|
|
|
|
|
powerdns_auth_use_db_backend: True
|
|
|
|
powerdns_auth_db_backend: pgsql
|
|
|
|
powerdns_auth_db_pkgs:
|
2018-05-07 19:07:21 +02:00
|
|
|
- 'pdns-backend-{{ powerdns_auth_db_backend }}'
|
|
|
|
|