Closed toebivankenoebi closed 5 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 }}
postfix_default_database_type: hash
hash
{{ postfix_default_database_type }}
Can be configured in playbook for example like: postfix_default_database_type: btree
postfix_default_database_type: btree
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: replacehash
with variable name{{ postfix_default_database_type }}
handlers/main.yml: replacehash
with variable name{{ postfix_default_database_type }}
Can be configured in playbook for example like:
postfix_default_database_type: btree