Oefenweb / ansible-postfix

Ansible role to set up postfix in Debian-like systems
MIT License
173 stars 82 forks source link

Default database type #53

Closed toebivankenoebi closed 5 years ago

toebivankenoebi commented 6 years ago

Added the possibility of configuring the default_database_type for all database type that support postmap.

defaults/main.yml: postfix_default_database_type: hash templates/etc/postfix/main.j2: replace hash with variable name {{ postfix_default_database_type }} handlers/main.yml: replace hash with variable name {{ postfix_default_database_type }}

Can be configured in playbook for example like: postfix_default_database_type: btree