added new host
This commit is contained in:
9
roles/mailserver/tasks/install_postfix.yml
Normal file
9
roles/mailserver/tasks/install_postfix.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: mailserver | postfix | install packages
|
||||
package:
|
||||
name:
|
||||
- postfix
|
||||
- postfix-ldap
|
||||
- postfix-mysql
|
||||
- postfix-sqlite
|
||||
- postgrey
|
||||
state: present
|
||||
Reference in New Issue
Block a user