Rename role mailserver => mailserver_postfix

This commit is contained in:
flyingscorpio@clevo 2024-01-08 09:43:09 +01:00
parent 58146917b9
commit c56a2f58dc
4 changed files with 4 additions and 6 deletions

View file

@ -12,5 +12,5 @@
vars:
server_admin: dns@tunuifranken.info
domain: "{{ ansible_hostname }}.tunuifranken.info"
- mailserver
- mailserver_database
- mailserver_postfix

View file

@ -1,3 +0,0 @@
# mailserver
Installs the SMTP part of the mail server.

View file

@ -0,0 +1,3 @@
# mailserver - Postfix
Installs and configures the Postfix part of the mail server.

View file

@ -5,5 +5,3 @@
ansible.builtin.apt:
name:
- postfix
- rspamd
- redis-server