maestro/config/hosts.config.js

32 lines
658 B
JavaScript
Raw Normal View History

2020-02-21 06:36:55 +00:00
// hosts Configuration
const hosts = {
2020-06-06 22:43:31 +00:00
// localhost: {
// type: 'localhost',
// packages: {
// type: 'dnf',
// },
// services: {
// type: 'systemd',
// },
// },
2020-06-06 22:43:31 +00:00
// core: {
// type: 'ssh',
// ssh_params: {
// port: 60022,
// username: 'root',
// host: 'core',
// key_file: '/home/user/.ssh/id_rsa',
// },
// packages: {
// type: 'apt', // apt | dnf
// },
// services: {
// type: 'systemd', // systemd
// },
// },
2020-02-21 06:36:55 +00:00
}
module.exports = exports = hosts