Add mail roles
This commit is contained in:
9
package-postfix_access/templates/debian-db.php.j2
Normal file
9
package-postfix_access/templates/debian-db.php.j2
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/* {{ ansible_managed }} */
|
||||
$dbuser='{{ mysql_username }}';
|
||||
$dbpass='{{ mysql_password }}';
|
||||
$basepath='';
|
||||
$dbname='{{ mysql_database }}';
|
||||
$dbserver='{{ mysql_host }}';
|
||||
$dbport='{{ mysql_port }}';
|
||||
$dbtype='mysql';
|
Reference in New Issue
Block a user