diff options
author | Cyril LAVIER <cyril.lavier@davromaniak.eu> | 2017-05-05 13:00:36 +0200 |
---|---|---|
committer | Cyril LAVIER <cyril.lavier@davromaniak.eu> | 2017-05-05 13:00:36 +0200 |
commit | 25d30f8329610b1917fb6513158cc5e2e4542a96 (patch) | |
tree | d7c4df180ffd2978cda376fcca34cbb5c0a17812 /README.md | |
parent | f0683725079035633f7b2e64c99af7e2ce2ad3e5 (diff) |
Updated example for models variable setting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -843,12 +843,17 @@ For model specific credentials ``` models: - mikrotik: + junos: username: admin - password: blank - ubiquiti: - username: ubnt - password: ubnt + password: password + ironware: + username: admin + password: password + vars: + enable: enablepassword + apc_aos: + username: apc + password: password ``` ### Triggered backups |