From f1ebf0e150f1ea39a81adcca90c2843058bbe2bd Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 30 Sep 2021 00:51:43 +0200 Subject: [PATCH] update submodules and unbound --- .gitmodules | 2 +- host_vars/luna.l3d.ch/vars.yml | 3 ++- roles/do1jlr.gitea | 2 +- roles/do1jlr.unbound | 1 + roles/ranger | 2 +- roles/unbound | 1 - site.yml | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) create mode 160000 roles/do1jlr.unbound delete mode 160000 roles/unbound diff --git a/.gitmodules b/.gitmodules index c9f8b20..f11c9bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -62,7 +62,7 @@ path = roles/acmetool_fix url = https://github.com/DO1JLR/ansible_role_acmetool_debian_fix.git [submodule "roles/unbound"] - path = roles/unbound + path = roles/do1jlr.unbound url = https://github.com/roles-ansible/ansible_role_unbound.git [submodule "roles/do1jlr.rspamd"] path = roles/do1jlr.rspamd diff --git a/host_vars/luna.l3d.ch/vars.yml b/host_vars/luna.l3d.ch/vars.yml index 11ce8b0..c0270c6 100644 --- a/host_vars/luna.l3d.ch/vars.yml +++ b/host_vars/luna.l3d.ch/vars.yml @@ -1,8 +1,9 @@ --- # allow public DNS (in internal network) unbound_listen_addresses: - - '0.0.0.0@53' - '::0@53' + - '0.0.0.0@53' + unbound_access_control: - 'access-control: 192.168.255.0/24 allow' - 'access-control: fe80::/64 allow' diff --git a/roles/do1jlr.gitea b/roles/do1jlr.gitea index 5e3f20a..e353634 160000 --- a/roles/do1jlr.gitea +++ b/roles/do1jlr.gitea @@ -1 +1 @@ -Subproject commit 5e3f20a8fa6be34532a110e0c8743428bca95b38 +Subproject commit e3536340f49b8c3f80d511bd1a0d155b4462b7f4 diff --git a/roles/do1jlr.unbound b/roles/do1jlr.unbound new file mode 160000 index 0000000..b2a6da9 --- /dev/null +++ b/roles/do1jlr.unbound @@ -0,0 +1 @@ +Subproject commit b2a6da9fe5bd07ad96cb6ddb984dd0c35bd2242b diff --git a/roles/ranger b/roles/ranger index 0570342..1f2c51c 160000 --- a/roles/ranger +++ b/roles/ranger @@ -1 +1 @@ -Subproject commit 05703421ea322bf759fa467308e4fec7fc333c47 +Subproject commit 1f2c51ccef3754480c2c5bbfa3c3d421e510ef0d diff --git a/roles/unbound b/roles/unbound deleted file mode 160000 index a94935f..0000000 --- a/roles/unbound +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a94935f080e8442c8afd87da1c4ee29af85b9020 diff --git a/site.yml b/site.yml index 7c3ae5d..b6be1f8 100644 --- a/site.yml +++ b/site.yml @@ -36,7 +36,7 @@ - name: deploy dns resolver hosts: resolver roles: - - {role: unbound, tags: [mail, unbound]} + - {role: do1jlr.unbound, tags: [mail, unbound]} - name: deploy mail config hosts: mail