grunt-ot-lbstatus
v1.0.0
Published
grunt tasks for setting ot lbstatus files
Downloads
3
Readme
grunt-ot-lbstatus
Grunt helper for ot-flavoured lbstatus.
Connects to the given box by SSH and dumps the given string into the given file.
You can figure out the rest.
installation:
npm install --save grunt-ot-lbstatus
usage:
grunt.initConfig({
'ot-lbstatus':{
options: {
server: '127.0.0.1',
port: 22,
user: 'myuser',
password: 'mypass'
},
'on': {
options: {
string: 'ON'
}
},
'off': {
options: {
string: 'OFF'
ignoreErrors: true
}
}
}
});
grunt ot-lbstatus:on
grunt ot-lbstatus:off
Future plans:
- support key authentication