Fixes lab instructions
This commit is contained in:
parent
c70b5adc62
commit
4fb4742db2
@ -19,7 +19,6 @@ Participants will get first-hand insights into Ansible, its strengths, weaknesse
|
||||
> The below content is a copy of the [lab repository's](https://github.com/mocdaniel/lab-event-driven-ansible) README for convenience.
|
||||
|
||||
---
|
||||
|
||||
# Event-Driven Ansible Lab
|
||||
|
||||
This is a lab designed to demonstrate Ansible and how Event-Driven Ansible (**EDA**) builds on top of its capabilities.
|
||||
@ -307,7 +306,7 @@ For this demo, the second **ruleset** in our rulebook is the one we're intereste
|
||||
condition: event.alert.labels.alertname == 'MySQL not running' and event.alert.status == 'firing'
|
||||
action:
|
||||
run_playbook:
|
||||
playbook: ./playbook.yml
|
||||
name: ./playbook.yml
|
||||
- name: Debug event output
|
||||
condition: 1 == 1
|
||||
action:
|
||||
|
Loading…
Reference in New Issue
Block a user