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:
parent
e256872700
commit
31a004b77e
1 changed files with 3 additions and 3 deletions
6
site.yml
6
site.yml
|
@ -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]}
|
||||
|
|
Loading…
Reference in a new issue