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-04-15 14:11:10 +00:00
|
|
|
|
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
|