diff options
author | ytti <saku@ytti.fi> | 2017-05-07 13:38:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-07 13:38:04 +0300 |
commit | eebda09fdda9043d18d915c39b0597b2a5b801db (patch) | |
tree | d7c4df180ffd2978cda376fcca34cbb5c0a17812 /README.md | |
parent | 23d55da7338c96158f009252f1bd522da88a36b2 (diff) | |
parent | 25d30f8329610b1917fb6513158cc5e2e4542a96 (diff) |
Merge pull request #826 from davromaniak/master
Added support for model specific credentials
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -839,6 +839,22 @@ map: name: 1 group: 2 ``` +For model specific credentials + +``` +models: + junos: + username: admin + password: password + ironware: + username: admin + password: password + vars: + enable: enablepassword + apc_aos: + username: apc + password: password +``` ### Triggered backups |