-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #210 from puzzle/update/teachers
update teacher slide for next training
- Loading branch information
Showing
1 changed file
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" --> | ||
|
||
*** | ||
|
@@ -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)" /> | ||
|
@@ -46,6 +49,7 @@ | |
[email protected] | ||
</div> | ||
--> | ||
|
||
<!-- | ||
<div class="people"> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -92,6 +98,7 @@ | |
[email protected] | ||
</div> | ||
--> | ||
|
||
<!-- | ||
<div class="people"> | ||
|
@@ -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" --> | ||
|
||
*** | ||
|
@@ -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: | ||
|
@@ -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" > --> | ||
|
||
|