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

update dovecot

This commit is contained in:
L3D 2021-11-01 03:16:29 +01:00
parent 50a76df5e0
commit 3ec4dd05c6
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 62eebeb5d62247c76ba2b6e72ef4379146919812
Subproject commit 2060380be1356cdfde8dffe258101fcecc3290b2

View file

@ -18,7 +18,7 @@
- name: user specific roles for all hosts
hosts: all
roles:
- {role: do1jlr.admin_base, tags: [default, always]}
- {role: do1jlr.admin_base, tags: [default, dotfiles]}
- {role: dotfiles, tags: [default, dotfiles]}
- {role: geerlingguy.firewall, tags: [default, firewall], become: true}
- {role: robertdebock.fail2ban, tags: [default, fail2ban], become: true}