config fix
parent
3248607582
commit
7824fec28b
|
|
@ -14,14 +14,14 @@ rest: 0.0.0.0:8888
|
|||
next_adds_job: false
|
||||
vars:
|
||||
auth_metods: "publickey"
|
||||
ssh_keys: ["/root/.ssh/id_dsa", "/root/.ssh/id_ed25519"]
|
||||
ssh_keys: ["/home/oxidized/.ssh/id_dsa", "/home/oxidized/.ssh/id_ed25519"]
|
||||
ssh_no_keepalive: true
|
||||
verify_host_key: never
|
||||
groups: {}
|
||||
models: {}
|
||||
pid: "/root/.config/oxidized/pid"
|
||||
pid: "/home/oxidized/.config/oxidized/pid"
|
||||
crash:
|
||||
directory: "/root/.config/oxidized/crashes"
|
||||
directory: "/home/oxidized/.config/oxidized/crashes"
|
||||
hostnames: false
|
||||
stats:
|
||||
history_size: 10
|
||||
|
|
@ -38,11 +38,11 @@ output:
|
|||
git:
|
||||
user: oxidized
|
||||
email: info@it-depot.ru
|
||||
repo: "/root/.git/default.git"
|
||||
repo: "/home/oxidized/.git/default.git"
|
||||
source:
|
||||
default: csv
|
||||
csv:
|
||||
file: "/root/.config/oxidized/router.db"
|
||||
file: "/home/oxidized/.config/oxidized/router.db"
|
||||
delimiter: !ruby/regexp /:/
|
||||
map:
|
||||
name: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue