Skip to content

Commit

Permalink
Merge pull request #1964 from heatmiser/attendance-index-satellite
Browse files Browse the repository at this point in the history
Attendance intro page fix: Smart Management -> Satellite
  • Loading branch information
IPvSean authored May 15, 2023
2 parents c11d354 + 633a93e commit 9220e98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion exercises/ansible_auto_satellite/README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ Dans cet atelier, vous apprendrez à tirer le meilleur parti de Red Hat Satellit

## Cas d'utilisation

Cet atelier se concentre actuellement sur ces trois points sensibles de gestion d'un parc linux :
Cet atelier se concentre actuellement sur ces quatre points sensibles de gestion d'un parc linux :
- Conformité (OpenSCAP Scanning) et gestion de la vulnérabilité
- Gestion des Patches/Paquetages
- Conversion CentOS vers RHEL
- Gestion de la vulnérabilité avec Insights

## Présentations

Expand Down
3 changes: 1 addition & 2 deletions exercises/ansible_auto_satellite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ In this workshop, you will learn how to get the most from Red Hat Satellite in c

## Use Cases

This workshop currently focuses on 3 main customer pain points:
This workshop currently focuses on 4 main customer pain points:
- Compliance (OpenSCAP Scanning) and Vulnerability Management
- Patch/Package Management
- CentOS to RHEL conversion
- (WIP) RHEL 7 > 8/9
- Vulnerability Management with Insights

## Presentations
Expand Down
7 changes: 4 additions & 3 deletions roles/workshop_attendance/templates/index.php.j2
Original file line number Diff line number Diff line change
Expand Up @@ -216,20 +216,21 @@ if (isset($_GET['logout']) || (isset($student['email']) && $student['email'] !=
</div>
{% elif workshop_type == 'auto_satellite' %}
<h2>Ansible Automation Platform + Satellite</h2>
<p>The Automate Smart Management Workshop is a half-day, hands-on workshop covering Red Hat Ansible Automation Platform, Red Hat Satellite, Red Hat Enterprise Linux and CentOS Linux. Attendees will learn how to use Ansible to automate configuration of Red Hat Ansible Automation Platform controller and Red Hat Satellite, and acquire the skills needed to implement Ansible Automation at their organizations. This workshop is comprised of 4 areas of focus:</p>
<p>The Automate Satellite Workshop is a half-day, hands-on workshop covering Red Hat Ansible Automation Platform, Red Hat Satellite, Red Hat Enterprise Linux and CentOS Linux. Attendees will learn how to use Ansible to automate configuration of Red Hat Ansible Automation Platform controller and Red Hat Satellite, and acquire the skills needed to implement Ansible Automation at their organizations. This workshop is comprised of 4 areas of focus:</p>
<ul>
<li>How to implement Infrastructure as Code automation with Red Hat solutions</li>
<li>Compliance (OpenSCAP Scanning) and Vulnerability Management</li>
<li>OS Patch/Package Management at scale</li>
<li>CentOS to RHEL conversion at scale</li>
<li>Vulnerability Management with Insights</li>
</ul>
<br>
<div class="row">
<div class="col-sm-4">
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_auto_satellite">Automate Smart Management Exercises</a>
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_auto_satellite">Automate Satellite Exercises</a>
</div>
<div class="col-sm-4">
<a target=_blank href="https://aap2.demoredhat.com/decks/ansible_auto_satellite.pdf">Automate Smart Management Deck</a>
<a target=_blank href="https://aap2.demoredhat.com/decks/ansible_auto_satellite.pdf">Automate Satellite Deck</a>
</div>
</div>
{% endif %}
Expand Down

0 comments on commit 9220e98

Please sign in to comment.