From 1b82a94e7372fdf6186662b7c84d4c6e715a88a3 Mon Sep 17 00:00:00 2001 From: MajesticFalcon Date: Sun, 28 Aug 2016 11:25:32 -0500 Subject: Update README.md --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c7bc7d4..c61766c 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen * [Output: File](#output-file) * [Output types](#output-types) * [Advanced Configuration](#advanced-configuration) + * [Advanced Group Configuration](#advanced-group-configuration) 7. [Ruby API](#ruby-api) * [Input](#input) * [Output](#output) @@ -580,7 +581,7 @@ rest: 10.0.0.1:8000/oxidized ### Advanced Configuration -Below is an advanced example configuration. You will be able to (optinally) override options per device. The router.db format used is ```hostname:model:username:password:enable_password```. Hostname and model will be the only required options, all others override the global configuration sections. +Below is an advanced example configuration. You will be able to (optionally) override options per device. The router.db format used is ```hostname:model:username:password:enable_password```. Hostname and model will be the only required options, all others override the global configuration sections. ``` --- @@ -619,12 +620,35 @@ source: name: 0 model: 1 username: 2 - password: 3 + passsword: 3 vars_map: enable: 4 model_map: cisco: ios juniper: junos + +``` + +### Advanced Group Configuration + +For group specific credentials + +``` +groups: + mikrotik: + username: admin + password: blank + ubiquiti: + username: ubnt + password: ubnt + +``` +and add group mapping +``` +map: + model: 0 + name: 1 + group: 2 ``` # Hooks -- cgit v1.2.1 From 0d4922fc25dd821981b0f2ccd0301c2f3bb5b1b6 Mon Sep 17 00:00:00 2001 From: MajesticFalcon Date: Sun, 28 Aug 2016 11:26:03 -0500 Subject: Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c61766c..3d818da 100644 --- a/README.md +++ b/README.md @@ -641,7 +641,6 @@ groups: ubiquiti: username: ubnt password: ubnt - ``` and add group mapping ``` -- cgit v1.2.1 From fa8e95e441a8e2636261642f25caa37f578ce8c4 Mon Sep 17 00:00:00 2001 From: MajesticFalcon Date: Sun, 28 Aug 2016 11:27:30 -0500 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3d818da..3c8043f 100644 --- a/README.md +++ b/README.md @@ -620,7 +620,7 @@ source: name: 0 model: 1 username: 2 - passsword: 3 + password: 3 vars_map: enable: 4 model_map: -- cgit v1.2.1