htz.ex42-1048908: can haz travelynx?
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
20f3f566ac
commit
0dd2a4b985
5 changed files with 188 additions and 0 deletions
31
bundles/travelynx/metadata.py
Normal file
31
bundles/travelynx/metadata.py
Normal file
|
@ -0,0 +1,31 @@
|
|||
defaults = {
|
||||
'users': {
|
||||
'travelynx': {
|
||||
'home': '/opt/travelynx',
|
||||
'deploy_configs': False,
|
||||
},
|
||||
},
|
||||
'travelynx': {
|
||||
'database': {
|
||||
'username': 'travelynx',
|
||||
'password': repo.vault.password_for('{} postgresql travelynx'.format(node.name)),
|
||||
'database': 'travelynx',
|
||||
},
|
||||
'workers': 4,
|
||||
'spare_workers': 2,
|
||||
'mail_from': 'travelynx@{}'.format(node.hostname),
|
||||
'cookie_secret': repo.vault.password_for('{} travelynx cookie_secret'.format(node.name)),
|
||||
},
|
||||
'postgresql': {
|
||||
'users': {
|
||||
'travelynx': {
|
||||
'password': repo.vault.password_for('{} postgresql travelynx'.format(node.name)),
|
||||
},
|
||||
},
|
||||
'databases': {
|
||||
'travelynx': {
|
||||
'owner': 'travelynx',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue