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

unbound added

This commit is contained in:
L3D 2021-01-02 06:27:07 +01:00
parent 17be4811b6
commit 62f06aee92
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -43,3 +43,6 @@
[submodule "roles/robertdebock.dovecot"]
path = roles/robertdebock.dovecot
url = https://github.com/robertdebock/ansible-role-dovecot.git
[submodule "roles/unbound"]
path = roles/unbound
url = git@git.ccczh.ch:ansible-roles/role-unbound.git

1
roles/unbound Submodule

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

View file

@ -30,5 +30,6 @@
hosts: mail
roles:
- { role: mailserver_preperation, tags: [mail,mailserver_preperation,prep,mailserver]}
- { role: unbound, tags: [mail,unbound]}
- { role: robertdebock.dovecot, tags: [mail,postfix]}
# - { role: dovecot, tags: [mail,dovecot]}