bundles: add backup paths
This commit is contained in:
parent
f71653e3ce
commit
0749fc75c5
12 changed files with 60 additions and 2 deletions
|
@ -11,7 +11,12 @@ defaults = {
|
|||
'matrix-synapse-py3': {},
|
||||
},
|
||||
},
|
||||
'matrix-synapse': {
|
||||
'backups': {
|
||||
'paths': {
|
||||
'/var/lib/matrix-synapse',
|
||||
},
|
||||
},
|
||||
'matrix-synapse': {
|
||||
'registration_shared_secret': repo.vault.human_password_for('{} matrix-synapse registration_shared_secret'.format(node.name)),
|
||||
'database': {
|
||||
'user': 'synapse_user',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue