maestro/config/hosts.config.js
2020-06-06 17:43:31 -05:00

32 lines
658 B
JavaScript

// hosts Configuration
const hosts = {
// localhost: {
// type: 'localhost',
// packages: {
// type: 'dnf',
// },
// services: {
// type: 'systemd',
// },
// },
// 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
// },
// },
}
module.exports = exports = hosts