forked from PowerDNS/pdns-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python-mysqldb has gone away in Debian Bullseye (PowerDNS#97) python3…
…-mysqldb is available since debian buster, python-mysqldb only in debian buster
- Loading branch information
Stefan Schwarz
committed
May 21, 2023
1 parent
033e147
commit 03e1786
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
|
||
# The name of the PowerDNS Authoritative Server package | ||
default_pdns_package_name: "pdns-server" | ||
|
||
# The name of the PowerDNS Authoritative Server debug package | ||
default_pdns_debug_symbols_package_name: "pdns-server-dbg" | ||
|
||
# Packages needed to install MySQL | ||
pdns_mysql_packages: | ||
- default-mysql-client | ||
- python-mysqldb | ||
- python3-mysqldb | ||
|
||
# List of PowerDNS Authoritative Server Backends packages on Debian | ||
default_pdns_backends_packages: | ||
geo: pdns-backend-geo | ||
geoip: pdns-backend-geoip | ||
gmysql: pdns-backend-mysql | ||
gpgsql: pdns-backend-pgsql | ||
gsqlite3: pdns-backend-sqlite3 | ||
ldap: pdns-backend-ldap | ||
lmdb: pdns-backend-lmdb | ||
lua: pdns-backend-lua | ||
mydns: pdns-backend-mydns | ||
pipe: pdns-backend-pipe | ||
remote: pdns-backend-remote | ||
tinydns: pdns-backend-tinydns | ||
|
||
# The directory where the PowerDNS Authoritative Server configuration is located | ||
default_pdns_config_dir: "/etc/powerdns" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters