1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

update submodules and unbound

This commit is contained in:
L3D 2021-09-30 00:51:43 +02:00
parent d80402c1fa
commit f1ebf0e150
Signed by: l3d
GPG key ID: CD08445BFF4313D1
7 changed files with 7 additions and 6 deletions

2
.gitmodules vendored
View file

@ -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

View file

@ -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'

@ -1 +1 @@
Subproject commit 5e3f20a8fa6be34532a110e0c8743428bca95b38
Subproject commit e3536340f49b8c3f80d511bd1a0d155b4462b7f4

1
roles/do1jlr.unbound Submodule

@ -0,0 +1 @@
Subproject commit b2a6da9fe5bd07ad96cb6ddb984dd0c35bd2242b

@ -1 +1 @@
Subproject commit 05703421ea322bf759fa467308e4fec7fc333c47
Subproject commit 1f2c51ccef3754480c2c5bbfa3c3d421e510ef0d

@ -1 +0,0 @@
Subproject commit a94935f080e8442c8afd87da1c4ee29af85b9020

View file

@ -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