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:
parent
17be4811b6
commit
62f06aee92
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
1
roles/unbound
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 1eecc955bdaca977fc9a67c5c380fd95e446dec7
|
1
site.yml
1
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]}
|
||||
|
|
Loading…
Reference in a new issue