Skip to content

Commit

Permalink
update config as code link
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan committed Oct 4, 2023
1 parent 9ce1de2 commit 076d569
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions roles/workshop_attendance/templates/index.php.j2
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,8 @@ if (isset($_GET['logout']) || (isset($student['email']) && $student['email'] !=
<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>
<div class="row">
<div class="col-sm-4">
<a target=_blank href="https://sean-m-sullivan.github.io/ansiblefest2022_configuration_as_code/">Ansible Fest 2022 Configuration as Code Workshop</a>
<a target=_blank href="https://aap2.demoredhat.com/exercises/ansible_config_as_code/">Configuration as Code Workshop</a>
</div>
<div class="col-sm-4">
<a target=_blank href="https://github.com/sean-m-sullivan/ansiblefest2022_configuration_as_code/">Workshop Git Repo</a>
</div>
</div>
{% elif workshop_type == 'ripu' %}
<h2>Ansible Automation Platform + RIPU</h2>
Expand Down

0 comments on commit 076d569

Please sign in to comment.