début de réplication
This commit is contained in:
parent
6377ccb9e7
commit
74ee60e86c
3 changed files with 63 additions and 2 deletions
|
@ -37,3 +37,15 @@ ROLES = {
|
|||
'moi': _ME,
|
||||
'moi-w': _ME,
|
||||
}
|
||||
|
||||
BACKUP_SERVERS = {
|
||||
'gladys': {
|
||||
'server_cmd': ['/usr/bin/ssh', 'home.b2moo.fr', '/home/dstan/cranspasswords/serverconfigs/tudor/cpasswords-server', ],
|
||||
'keep-alive': True,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
BACKUP_ROLES = {
|
||||
'moi': ['gladys'],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue