Prepare for first package
This commit is contained in:
@@ -1,48 +1,31 @@
|
||||
// hosts Configuration
|
||||
const hosts = {
|
||||
|
||||
localhost: {
|
||||
type: 'localhost',
|
||||
packages: {
|
||||
type: 'dnf',
|
||||
},
|
||||
services: {
|
||||
type: 'systemd',
|
||||
},
|
||||
},
|
||||
|
||||
core: {
|
||||
type: 'ssh',
|
||||
ssh_params: {
|
||||
port: 60022,
|
||||
username: 'root',
|
||||
host: 'core.infrastructure',
|
||||
key_file: '/home/garrettmills/.ssh/id_rsa',
|
||||
},
|
||||
packages: {
|
||||
type: 'apt',
|
||||
},
|
||||
services: {
|
||||
type: 'systemd',
|
||||
},
|
||||
},
|
||||
|
||||
edge: {
|
||||
type: 'ssh',
|
||||
ssh_params: {
|
||||
port: 60022,
|
||||
username: 'root',
|
||||
host: 'edge.infrastructure',
|
||||
key_file: '/home/garrettmills/.ssh/id_rsa',
|
||||
},
|
||||
packages: {
|
||||
type: 'apt',
|
||||
},
|
||||
services: {
|
||||
type: 'systemd',
|
||||
},
|
||||
},
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user