From de71c93bdc57f08ebcf191f5feb1e5483a399eab Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Wed, 17 Apr 2024 15:31:47 -0400 Subject: [PATCH] Add Snow Instance info --- playbooks/investigate_high_cpu.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/investigate_high_cpu.yml b/playbooks/investigate_high_cpu.yml index aab2650..f5d272b 100644 --- a/playbooks/investigate_high_cpu.yml +++ b/playbooks/investigate_high_cpu.yml @@ -21,6 +21,7 @@ - name: Create SNow Incident servicenow.itsm.incident: + instance: '{{ snow_instance }}' state: new caller: "admin" short_description: "CPUHog event detected on: {{ ansible_eda.event.alert.labels.instance }}" @@ -32,6 +33,7 @@ - name: Create SNow Problem servicenow.itsm.problem: + instance: '{{ snow_instance }}' state: new short_description: "{{ alertmanager_annotations.summary }}" description: "Generator URL: {{ alertmanager_generator_url }}" @@ -43,6 +45,7 @@ - name: Update Incident servicenow.itsm.incident: + instance: '{{ snow_instance }}' state: in_progress number: "{{ incident_result.record.number }}" other: