Skip to content

Commit

Permalink
Merge pull request #210 from puzzle/update/teachers
Browse files Browse the repository at this point in the history
update teacher slide for next training
  • Loading branch information
lukpre authored Sep 26, 2023
2 parents 6b99454 + ceabf6f commit 41d11ca
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions slides/ansible-techlab/puzzle-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@

### ansible.puzzle.ch

#### Lukas Grimm
<!-- #### Lukas Grimm -->

<!-- #### Dominik Meisser -->

#### Lukas Preisig

#### Philippe Schmid
<!-- #### Philippe Schmid -->

<!-- #### Rémy Keil -->

<!-- #### Daniel Kobras -->

<!-- #### Mark Pröhl -->

#### Florian Studer

<!-- .slide: class="master-cover" -->

***
Expand All @@ -36,6 +38,7 @@
-->

<!--
<div class="people" style="color: black;">
<div>
<div class="img" style="background-image: url(https://www.puzzle.ch/wp-content/uploads/2020/08/Lukas_Grimm_wp-400x300.jpg)" />
Expand All @@ -46,6 +49,7 @@
[email protected]
</div>
-->

<!--
<div class="people">
Expand All @@ -61,6 +65,7 @@
-->

<div class="people" style="color: black;">
<div>
<div class="img" style="background-image: url(https://www.puzzle.ch/wp-content/uploads/2019/05/Preisig_Lukas-400x300.jpg)" />
</div>
Expand All @@ -83,6 +88,7 @@
</div>
-->

<!--
<div>
<div class="img" style="background-image: url(https://www.puzzle.ch/wp-content/uploads/2022/06/Schmid_Philippe_wp.jpg)" />
</div>
Expand All @@ -92,6 +98,7 @@
[email protected]
</div>
-->

<!--
<div class="people">
Expand All @@ -107,19 +114,31 @@
<div class="people">
<div>
<div class="img" style="background-image: url(https://www.puzzle.ch/wp-content/uploads/2019/06/Proehl-Mark-400x300.jpg)" />
</div>
<div>
<div class="img" style="background-image: url(https://www.puzzle.ch/wp-content/uploads/2019/06/Proehl-Mark-400x300.jpg)" />
</div>
### Mark Pröhl
Principal Architect
### Mark Pröhl
Principal Architect
[email protected]
[email protected]
</div>
-->

<div>
<div class="img" style="background-image: url(https://www.puzzle.ch/wp-content/uploads/2021/06/Florian_Studer_wp-400x300.jpg)" />
</div>

### Florian Studer
System Engineer

[email protected]

</div>


<!-- .slide: class="master-top-head" -->

***
Expand Down Expand Up @@ -2382,7 +2401,7 @@ ansible-rulebook --rulebook my_rb.yml -i hosts
sources:
- ansible.eda.url_check:
urls:
- http://<servername>:80/
- http://<servername>:80/
rules:
- condition: event.url_check.status == "down"
action:
Expand All @@ -2395,7 +2414,7 @@ ansible-rulebook --rulebook my_rb.yml -i hosts

- events -> json
- accessible inside playbook with:
"{{ ansible_eda.event(s) }}"
"{{ ansible_eda.event(s) }}"

<!-- .slide: class="master-content" > -->

Expand Down

0 comments on commit 41d11ca

Please sign in to comment.