Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes 381 #397

Merged
merged 2 commits into from
Aug 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions exercises/ansible_rhel/2.1-intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<X>.workshopname.rhdemo.io` (replace `<X>` 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

Expand All @@ -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**

Expand Down