@@ -13,3 +13,8 @@ Run ``ansible-playbook -i hosts show_all_responses.yaml``
# Multiple lines of commands
Run ``ansible-playbook -i hosts show_version_and_uptime.yaml``
# Device specific
There are device-specific `show version` playbooks. JunOS in particular paginates its output - so you have to run the command through `no-more` to stop it printing `--More--` and pausing for keyboard input which will never come.