From f6c29a076edb2785fa86315e6a821e191a87e676 Mon Sep 17 00:00:00 2001 From: liquidat Date: Wed, 21 Aug 2019 20:56:57 +0200 Subject: [PATCH 1/2] Fixes #381 --- exercises/ansible_rhel/2.1-intro/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exercises/ansible_rhel/2.1-intro/README.md b/exercises/ansible_rhel/2.1-intro/README.md index 30faabfe3..da002a2ec 100644 --- a/exercises/ansible_rhel/2.1-intro/README.md +++ b/exercises/ansible_rhel/2.1-intro/README.md @@ -31,7 +31,9 @@ The Ansible Tower provided in this lab is individually setup for you. Make sure ## Dashboard -When logged in to Ansible Tower using the web UI, the administrator can view a graph that shows +Let's have a first look at the Tower: Point your browser to the URL you were given, similar to **https://student\.workshopname.rhdemo.io** (replace "\" with your student number and "workshopname" with the name of your current workshop) and log in as `admin`. The password will be provided by the instructor. + +The web UI of Ansible Tower greets you with a dashboard with a graph showing: - recent job activity @@ -45,7 +47,7 @@ The dashboard also displays real time data about the execution of tasks complete ## Concepts -To start using Ansible Tower, you should get familiar with some concepts and naming conventions. +Before we dive further into using Ansible Tower for your automation, you should get familiar with some concepts and naming conventions. **Projects** From d9ffc0c7b874877578231db5e7eb5b1b0ffbfa93 Mon Sep 17 00:00:00 2001 From: liquidat Date: Wed, 21 Aug 2019 20:59:26 +0200 Subject: [PATCH 2/2] Put URL in code highlight to avoid auto link detection --- exercises/ansible_rhel/2.1-intro/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/ansible_rhel/2.1-intro/README.md b/exercises/ansible_rhel/2.1-intro/README.md index da002a2ec..1aee852fb 100644 --- a/exercises/ansible_rhel/2.1-intro/README.md +++ b/exercises/ansible_rhel/2.1-intro/README.md @@ -31,7 +31,7 @@ The Ansible Tower provided in this lab is individually setup for you. Make sure ## Dashboard -Let's have a first look at the Tower: Point your browser to the URL you were given, similar to **https://student\.workshopname.rhdemo.io** (replace "\" with your student number and "workshopname" with the name of your current workshop) and log in as `admin`. The password will be provided by the instructor. +Let's have a first look at the Tower: Point your browser to the URL you were given, similar to `https://student.workshopname.rhdemo.io` (replace `` with your student number and `workshopname` with the name of your current workshop) and log in as `admin`. The password will be provided by the instructor. The web UI of Ansible Tower greets you with a dashboard with a graph showing: