Skip to content

Commit 506ecb0

Browse files
committed
Update index.php.j2
fixing login page
1 parent 033b08e commit 506ecb0

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

roles/workshop_attendance/templates/index.php.j2

+21-21
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ if (isset($_GET['logout']) || (isset($student['email']) && $student['email'] !=
8787
alt="Red Hat Ansible"
8888
/>
8989
</a>
90-
<a class="header-link" href="https://aap2.demoredhat.com/">
90+
<a class="header-link" href="https://labs.demoredhat.com/">
9191
Workshops Homepage
9292
</a>
9393
</div>
@@ -104,11 +104,11 @@ if (isset($_GET['logout']) || (isset($student['email']) && $student['email'] !=
104104
<p>The Ansible network automation workshop is a comprehensive beginners guide to automating popular network data center devices from Arista, Cisco and Juniper via Ansible playbooks. You’ll learn how to pull facts from devices, build templated network configurations, and apply these concepts at scale with Ansible automation controller. You’ll put it all together by exploring the controller’s job templates, surveys, access controls and more. </p>
105105
<div class="row">
106106
<div class="col-sm-4">
107-
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_network">Network Exercises</a>
107+
<a target=_blank href="https://labs.demoredhat.com/exercises/ansible_network/">Network Exercises</a>
108108
</div>
109109

110110
<div class="col-sm-4">
111-
<a target=_blank href="https://aap2.demoredhat.com/decks/ansible_network.pdf">Network Presentation Deck</a>
111+
<a target=_blank href="https://labs.demoredhat.com/decks/ansible_network.pdf">Network Presentation Deck</a>
112112
</div>
113113

114114
</div>
@@ -117,11 +117,11 @@ if (isset($_GET['logout']) || (isset($student['email']) && $student['email'] !=
117117
<p>The Ansible F5 Networking workshop provides exercises that demonstrate Ansible Automation Platform capabilities to automate the F5 BIG-IP platform. You will be exploring, configuring and managing F5 BIG-IP instances via Ansible playbooks and extending them to Ansible automation controller for enterprise use cases.</p>
118118
<div class="row">
119119
<div class="col-sm-4">
120-
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_f5">Ansible F5 Exercises</a>
120+
<a target=_blank href="https://labs.demoredhat.com/exercises/ansible_f5">Ansible F5 Exercises</a>
121121
</div>
122122

123123
<div class="col-sm-4">
124-
<a target=_blank href="https://aap2.demoredhat.com/decks/ansible_f5.pdf">Ansible F5 Deck</a>
124+
<a target=_blank href="https://labs.demoredhat.com/decks/ansible_f5.pdf">Ansible F5 Deck</a>
125125
</div>
126126
</div>
127127
{% elif create_cluster|bool and workshop_type == "rhel" %}
@@ -137,49 +137,49 @@ if (isset($_GET['logout']) || (isset($student['email']) && $student['email'] !=
137137
<p>If you’re new to Ansible Automation, this workshop consists of two parts: 1) starting with the basics of understanding foundational command line activities and 2) applying what you’ve learned to implement Ansible automation controller to your enterprise use cases. You’ll start off by writing your first Ansible playbook, work on Jinja templates, and implement higher-level Ansible roles. Next you’ll get started on automation controller, understand inventory and credential management, projects, job templates, surveys, workflows and more.</p>
138138
<div class="row">
139139
<div class="col-sm-4">
140-
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_rhel">Ansible RHEL Exercises</a>
140+
<a target=_blank href="https://labs.demoredhat.com/exercises/ansible_rhel/">Ansible RHEL Exercises</a>
141141
</div>
142142
<div class="col-sm-4">
143-
<a target=_blank href="https://aap2.demoredhat.com/decks/ansible_rhel.pdf">Ansible Technical Deck</a>
143+
<a target=_blank href="https://labs.demoredhat.com/decks/ansible_rhel.pdf">Ansible Technical Deck</a>
144144
</div>
145145
</div>
146146
{% elif workshop_type == 'rhel_90' %}
147147
<div class="row">
148148
<div class="col-sm-4">
149-
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_rhel_90">Ansible RHEL Exercises</a>
149+
<a target=_blank href="https://labs.demoredhat.com/exercises/ansible_rhel_90/">Ansible RHEL Exercises</a>
150150
</div>
151151
<div class="col-sm-4">
152-
<a target=_blank href="https://aap2.demoredhat.com/decks/ansible_rhel_90.pdf">Ansible Technical Deck</a>
152+
<a target=_blank href="https://labs.demoredhat.com/decks/ansible_rhel_90.pdf">Ansible Technical Deck</a>
153153
</div>
154154
</div>
155155
{% elif workshop_type == 'security' %}
156156
<h2>Ansible Automation Workshop + Security</h2>
157157
<p>Get started with Ansible Security Automation by implementing automation for three security use cases: 1) orchestrating firewalls, 2) IDS and SIEM: investigating suspicious traffic on a web server, and 3) threat hunting: analyzing unusual denied accesses on a firewall and remediation of a SQL injection. After a brief introduction, you’ll tackle some of the basic concepts and show you how to use Ansible Security Automation in combination with existing third-party security solutions.</p>
158158
<div class="row">
159159
<div class="col-sm-4">
160-
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_security">Ansible Security Exercises</a>
160+
<a target=_blank href="https://labs.demoredhat.com/exercises/ansible_security">Ansible Security Exercises</a>
161161
</div>
162162
<div class="col-sm-4">
163-
<a target=_blank href="https://aap2.demoredhat.com/decks/ansible_security.pdf">Ansible Security Deck</a>
163+
<a target=_blank href="https://labs.demoredhat.com/decks/ansible_security.pdf">Ansible Security Deck</a>
164164
</div>
165165
</div>
166166
{% elif workshop_type == 'windows' %}
167167
<h2>Ansible Automation Platform + Windows</h2>
168168
<p>This workshop guides you through configuring Ansible automation controller to connect to Windows Server instances for automating various operational tasks. Once Ansible automation controller is configured, you will start with automating simple tasks and then progress to more advanced use cases such as patching and leveraging third-party solutions to enhance automation (Chocolatey). There are minimal client requirements for you to interact with the workshop because you only need a compatible Web browser. This workshop has reduced requirements for Linux knowledge and other command line tools.</p>
169169
<div class="row">
170170
<div class="col-sm-4">
171-
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_windows">Ansible Windows Exercises</a>
171+
<a target=_blank href="https://labs.demoredhat.com/exercises/ansible_windows/">Ansible Windows Exercises</a>
172172
</div>
173173
<div class="col-sm-4">
174-
<a target=_blank href="https://aap2.demoredhat.com/decks/ansible_windows.pdf">Ansible Windows Deck</a>
174+
<a target=_blank href="https://labs.demoredhat.com/decks/ansible_windows.pdf">Ansible Windows Deck</a>
175175
</div>
176176
</div>
177177
{% elif workshop_type == 'configascode' %}
178178
<h2>Configuration as Code on Ansible Automation Platform</h2>
179179
<p>This Presentation/lab will provide code to demonstrate how to use CasC to maintain all aspects of AAP. The provided code will be a starting point, and will guide the user through how to utilize the code, and make it their own. This session will cover configuring controller, private automation hub, execution environments, and custom collections as well as the creation of workflows without the GUI as an example to follow along. These principles will help to prevent drift in configuration, allow changes to require approval before implementation, and help to maintain both a development and prod deployment.</p>
180180
<div class="row">
181181
<div class="col-sm-4">
182-
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_config_as_code/">Configuration as Code Workshop</a>
182+
<a target=_blank href="https://labs.demoredhat.com/exercises/instruqt/aapcasc">Configuration as Code Workshop</a>
183183
</div>
184184
<div class="col-sm-4">
185185
<a target=_blank href="https://github.com/ansible/workshops/tree/devel/exercises/ansible_config_as_code/">Workshop Git Repo</a>
@@ -190,10 +190,10 @@ if (isset($_GET['logout']) || (isset($student['email']) && $student['email'] !=
190190
<p>This workshop will introduce a comprehensive approach to automate in-place upgrades for Red Hat Enterprise Linux (RHEL). The solution uses Ansible Automation to enable upgrades to be executed at enterprise scale across a large estate of RHEL hosts. The workshop demonstrates how to use an example of this approach to perform upgrades from RHEL7 to RHEL8 and from RHEL8 to RHEL9. You will also learn about how this solution can be customized to meet the special requirements of your enterprise environment.</p>
191191
<div class="row">
192192
<div class="col-sm-4">
193-
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_ripu">Ansible RIPU Exercises</a>
193+
<a target=_blank href="https://labs.demoredhat.com/exercises/ansible_ripu/">Ansible RIPU Exercises</a>
194194
</div>
195195
<div class="col-sm-4">
196-
<a target=_blank href="https://aap2.demoredhat.com/decks/ansible_ripu.pdf">Ansible Technical Deck</a>
196+
<a target=_blank href="https://labs.demoredhat.com/decks/ansible_ripu.pdf">Ansible Technical Deck</a>
197197
</div>
198198
</div>
199199
{% elif workshop_type == 'smart_mgmt' %}
@@ -208,10 +208,10 @@ if (isset($_GET['logout']) || (isset($student['email']) && $student['email'] !=
208208
<br>
209209
<div class="row">
210210
<div class="col-sm-4">
211-
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_smart_mgmt">Automate Smart Management Exercises</a>
211+
<a target=_blank href="https://labs.demoredhat.com/exercises/rhdp_auto_satellite/">Automate Smart Management Exercises</a>
212212
</div>
213213
<div class="col-sm-4">
214-
<a target=_blank href="https://aap2.demoredhat.com/decks/ansible_smart_mgmt.pdf">Automate Smart Management Deck</a>
214+
<a target=_blank href="https://labs.demoredhat.com/decks/ansible_auto_satellite.pdf">Automate Smart Management Deck</a>
215215
</div>
216216
</div>
217217
{% elif workshop_type == 'auto_satellite' %}
@@ -227,10 +227,10 @@ if (isset($_GET['logout']) || (isset($student['email']) && $student['email'] !=
227227
<br>
228228
<div class="row">
229229
<div class="col-sm-4">
230-
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_auto_satellite">Automate Satellite Exercises</a>
230+
<a target=_blank href="https://labs.demoredhat.com/exercises/rhdp_auto_satellite/">Automate Smart Management Exercises</a>
231231
</div>
232232
<div class="col-sm-4">
233-
<a target=_blank href="https://aap2.demoredhat.com/decks/ansible_auto_satellite.pdf">Automate Satellite Deck</a>
233+
<a target=_blank href="https://labs.demoredhat.com/decks/ansible_auto_satellite.pdf">Automate Smart Management Deck</a>
234234
</div>
235235
</div>
236236
{% endif %}
@@ -444,7 +444,7 @@ function display_student($student) {
444444
{% endif %}
445445
{% if workshop_type == "ripu" %}
446446
<div id="section_title">RHEL Web Console</div>
447-
To login to the RHEL web console on the AAP2 controller use the following credentials:<br>
447+
To login to the RHEL web console on the AAP webUI use the following credentials:<br>
448448
<table>
449449
{% if dns_type != 'none' %}
450450
<tr>

0 commit comments

Comments
 (0)