You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
maestro/config/hosts.config.js

32 lines
658 B

// 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