Franziska Kunsmann
3fbe32518a
All checks were successful
bundlewrap/pipeline/head This commit looks good
22 lines
493 B
Python
22 lines
493 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'postfix-pgsql': {},
|
|
},
|
|
},
|
|
'postfixadmin': {
|
|
'admin_email': 'hostmaster@kunbox.net',
|
|
},
|
|
'postgresql': {
|
|
'databases': {
|
|
'postfixadmin': {
|
|
'owner': 'postfixadmin',
|
|
},
|
|
},
|
|
'roles': {
|
|
'postfixadmin': {
|
|
'password': repo.vault.password_for(node.name + ' postgresql postfixadmin'),
|
|
},
|
|
},
|
|
},
|
|
}
|