From 62f06aee92d8bbaf05067498cc18c3a9314cf4da Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 2 Jan 2021 06:27:07 +0100 Subject: [PATCH] unbound added --- .gitmodules | 3 +++ roles/unbound | 1 + site.yml | 1 + 3 files changed, 5 insertions(+) create mode 160000 roles/unbound diff --git a/.gitmodules b/.gitmodules index 629d4c9..a970033 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/roles/unbound b/roles/unbound new file mode 160000 index 0000000..1eecc95 --- /dev/null +++ b/roles/unbound @@ -0,0 +1 @@ +Subproject commit 1eecc955bdaca977fc9a67c5c380fd95e446dec7 diff --git a/site.yml b/site.yml index 95ee423..88f62c1 100644 --- a/site.yml +++ b/site.yml @@ -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]}