Fix internal_named conf.

This commit is contained in:
yohan 2024-09-28 15:35:53 +02:00
parent 40fe773e52
commit ad903d1743
4 changed files with 0 additions and 45 deletions

View File

@ -1,11 +0,0 @@
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";

View File

@ -1,20 +0,0 @@
zone "10.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "16.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "17.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "18.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "19.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "20.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "21.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "22.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "23.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "24.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "25.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "26.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "27.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "28.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "29.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "30.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "31.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };

View File

@ -39,18 +39,6 @@
- named.conf.options
- named.conf.local
#- name: Copy bind config files
# ansible.builtin.copy:
# src: "{{ item }}"
# dest: "/usr/local/docker-mounted-files/docker-internal_named/{{ item }}"
# seuser: system_u
# serole: object_r
# setype: container_file_t
# become: true
# with_items:
# - named.conf
# - zones.rfc1918
- name: Login to {{ private_registry_domain }} and create ${XDG_RUNTIME_DIR}/containers/auth.json
containers.podman.podman_login:
username: "{{ private_registry_user }}"

View File

@ -13,7 +13,6 @@ zone "scimetis.net" IN {
// the zone can be loaded immediately and the server can start
// to respond to queries without waiting for a zone transfer
file "named.scimetis.net.cached";
allow-update { none; };
primaries { 192.168.1.3; };
};
@ -24,6 +23,5 @@ zone "1.168.192.in-addr.arpa" IN {
// the zone can be loaded immediately and the server can start
// to respond to queries without waiting for a zone transfer
file "named.1.168.192.in-addr.arpa.cached";
allow-update { none; };
primaries { 192.168.1.3; };
};