pyrocufflink-dns: Drop group

The internal DNS server for the *pyrocufflink.blue* et al. domains runs
on the firewall now, and is thus no longer managed by Ansible.  Dropping
the group variables so the file encrypted with Ansible Vault can go
away.
This commit is contained in:
2024-01-09 17:35:18 -06:00
parent 32eec4a60c
commit 0e0c4f2059
4 changed files with 0 additions and 64 deletions

View File

@@ -1,13 +0,0 @@
@Library('cfgpol')_
applyConfigPolicy(
'pyrocufflink-dns',
[
'ProtonVPN': [
'protonvpn.yml',
],
'BIND': [
'named-server.yml',
],
],
)