From cab98c0b3f2b5b8f16cbd5e3a21e513616446d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=B3nal=20Cunningham?= <donal.cunningham@heanet.ie> Date: Wed, 8 Dec 2021 20:30:09 +0000 Subject: [PATCH] DC - updating markdown. --- Section2/playbooks/show_version/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Section2/playbooks/show_version/README.md b/Section2/playbooks/show_version/README.md index 00c4197..47c8a84 100644 --- a/Section2/playbooks/show_version/README.md +++ b/Section2/playbooks/show_version/README.md @@ -16,11 +16,12 @@ veos ansible_port=9022 # Why different passwords? JunOS is a lot stricter. Good! # [junos_hosts] -vSRX ansible_port=9023 ansible_ssh_pass=Swordfish123``` +vSRX ansible_port=9023 ansible_ssh_pass=Swordfish123 +``` You will need to replace the host information to match your test/learning environment. -Run ``ansible-playbook -i hosts show_version.yaml`` to try out the playbook. +Run `ansible-playbook -i hosts show_version.yaml` to try out the playbook. # Show the full responses to a module invocation -- GitLab