bundles/postfixadmin: introduce
This commit is contained in:
parent
5550d2cc56
commit
f42dda5961
7 changed files with 136 additions and 0 deletions
22
bundles/postfixadmin/metadata.py
Normal file
22
bundles/postfixadmin/metadata.py
Normal file
|
@ -0,0 +1,22 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'postfix-pgsql',
|
||||
},
|
||||
},
|
||||
'postfixadmin': {
|
||||
'admin_email': 'hostmaster@kunbox.net',
|
||||
},
|
||||
'postgresql': {
|
||||
'databases': {
|
||||
'postfixadmin': {
|
||||
'owner': 'postfixadmin',
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'postfixadmin': {
|
||||
'password': repo.vault.password_for(node.name + ' postgresql postfixadmin'),
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue