added powerdns backend mysql

This commit is contained in:
Bryan Joshua Pedini 2023-10-02 12:24:27 +02:00
parent 764d2d0b8b
commit 4aa9fe1be1
2 changed files with 12 additions and 0 deletions

5
powerdns-mysql.yml Normal file
View File

@ -0,0 +1,5 @@
---
- hosts: all
become: true
tasks:
- import_tasks: tasks/powerdns-bullseye/powerdns-backend-mysql.yml

View File

@ -0,0 +1,7 @@
---
- name: Ensure PowerDNS MySQL backend is installed and updated
ansible.builtin.apt:
update_cache: yes
cache_valid_time: 0
name: pdns-backend-mysql
state: latest