Skip to content

Instantly share code, notes, and snippets.

@andreareginato
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreareginato/63ce5a95601849586c9c to your computer and use it in GitHub Desktop.
Save andreareginato/63ce5a95601849586c9c to your computer and use it in GitHub Desktop.
exports.name = 'lelylan_mqtt';
exports.namespace = 'lelylan_mqtt';
exports.id = '6b4b4e3f-f22e-4516-bffb-e1a8daafb3ea';
exports.topology = {
local: {
},
direct: {
machine$1: {
contains: ['redis'],
specific: {
user: 'root',
identityFile: 'lelylan',
ipAddress: '178.62.31.9'
}
},
machine$2: {
contains: ['haproxy'],
specific: {
user: 'root',
identityFile: 'lelylan',
ipAddress: '178.62.108.47'
}
},
machine$3: {
contains: ['mqtt'],
specific: {
user: 'root',
identityFile: 'lelylan',
ipAddress: '178.62.122.204'
}
},
machine$4: {
contains: ['mqtt'],
specific: {
user: 'root',
identityFile: 'lelylan',
ipAddress: '178.62.104.172'
}
},
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment