You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/ansible_ripu/1.1-setup/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
25
25
### Your Lab Environment
26
26
27
-
The workshop is provisioned with a pre-configured lab environment. You will have access to a host deployed with Ansible Automation Platform (AAP) which you will use to control the playbook and workflow jobs that automation the RHEL in-place upgrade workflow steps. You will also have access to some "pet" application hosts, two with RHEL7 and another two with RHEL8. These are the hosts where we will be upgrading the RHEL operating system (OS).
27
+
The workshop is provisioned with a pre-configured lab environment. You will have access to a host deployed with Ansible Automation Platform (AAP) which you will use to control the playbook and workflow jobs that automate the RHEL in-place upgrade workflow steps. You will also have access to some "pet" application hosts, two with RHEL7 and another two with RHEL8. These are the hosts where we will be upgrading the RHEL operating system (OS).
28
28
29
29
| Role | Inventory name |
30
30
| ---------------------| ---------------|
@@ -42,15 +42,15 @@ The workshop is provisioned with a pre-configured lab environment. You will have
42
42
43
43
We will use Visual Studio Code (VS Code) as it provides a convenient and intuitive way to use a web browser to edit files and access terminal sessions. If you are a command line hero, direct SSH access is available if VS Code is not to your liking. There is a short YouTube video to explain if you need additional clarity: <ahref="https://youtu.be/Y_Gx4ZBfcuk">Ansible Workshops - Accessing your workbench environment</a>.
44
44
45
-
- You can open VS Code in your web browser using the "WebUI" link under "VS Code access" on the workshop launch page provided by your instructor. The password is given below the link. For example:
45
+
- You can open VS Code in your web browser using the "Console URL" link under "Visual Studio Code" on the workshop launch page provided by your instructor. The password is given below the link. For example:
46
46
47
47

48
48
49
49
- After opening the link, type in the provided password to access your instance of VS Code.
50
50
51
51
> **Note**
52
52
>
53
-
> A welcome wizard may appear to guide you through configuring your VS Code user experience. This is optional as the default settings will work fine for this workshop. Feel free to step though the wizard to explore the VS code bells and whistles or you may just skip it.
53
+
> A welcome wizard may appear to guide you through configuring your VS Code user experience. This is optional as the default settings will work fine for this workshop. Feel free to step though the wizard to explore the VS Code bells and whistles or you may just skip it.
54
54
55
55
### Step 2 - Open a Terminal Session
56
56
@@ -72,7 +72,7 @@ Terminal sessions provide access to the RHEL commands and utilities that will he
72
72
73
73
The AAP Web UI is where we will go to submit and check the status of the Ansible playbook jobs we will use to automate the RHEL in-place upgrade workflow.
74
74
75
-
- Let's open the AAP Web UI in a new web browser tab using the "WebUI" link under "Automation controller" on the workshop launch page. For example:
75
+
- Let's open the AAP Web UI in a new web browser tab using the "Console" link under "Red Hat Ansible Automation Controller" on the workshop launch page. For example:
76
76
77
77

78
78
@@ -86,7 +86,7 @@ The AAP Web UI is where we will go to submit and check the status of the Ansible
86
86
87
87
We will use the RHEL Web Console to review the results of the Leapp pre-upgrade reports we generate for our pet app servers.
88
88
89
-
- Open a new web browser tab using the link under "RHEL Web Console" on the workshop launch page. For example:
89
+
- Open a new web browser tab using the "Console" link under "Cockpit Interactive Linux Server Admin Interface" on the workshop launch page. For example:
90
90
91
91

92
92
@@ -104,7 +104,7 @@ You will soon discover that many exercises in the workshop come with a "Challeng
104
104
105
105
In this exercise, we learned about the lab environment we will be using to continue through the workshop exercises. We verified that we are able to use VS Code in our web browser and from there we can open terminal sessions. We also made sure we are able to access the AAP Web UI which will be the "self-service portal" we use to perform the next steps of the RHEL in-place upgrade automation workflow. Finally, we connected to the RHEL Web Console where we will soon be reviewing pre-upgrade reports.
106
106
107
-
Use the link below to move on the the next exercise.
0 commit comments