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

improve order

This commit is contained in:
L3D 2021-01-31 16:07:11 +01:00
parent e256872700
commit 31a004b77e
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -38,12 +38,12 @@
hosts: mail
roles:
- { role: unbound, tags: [mail,unbound]}
- { role: do1jlr.mailserver_preperation, tags: [mail,mailserver_preperation,prep,mailserver]}
- { role: webhost2, tags: [mail,webhost]}
- { role: geerlingguy.mysql, tags: [mail,mysql,mariadb]}
- { role: acmetool_fix, tags: [mail,acmetool]}
- { role: webhost2, tags: [mail,webhost]}
- { role: acmetool2, tags: [mail,acmetool]}
- { role: nginx2, tags: [mail,nginx]}
- { role: geerlingguy.mysql, tags: [mail,mysql,mariadb]}
- { role: do1jlr.mailserver_preperation, tags: [mail,mailserver_preperation,prep,mailserver]}
- { role: do1jlr.dovecot, tags: [mail,dovecot,mailserver_dovecot]}
- { role: postfix, tags: [mail,postfix]}
- { role: do1jlr.rspamd, tags: [mail,rspamd,dcim]}