--- - name: Listen for Alertmanager events hosts: all sources: - name: Ansible Alertmanager listener ansible.eda.alertmanager: port: 9101 host: 0.0.0.0 rules: - name: Run Template condition: all: - event.payload.data.artifact_url is defined action: run_job_template: name: bab-deploy-application organization: OYS job_args: extra_vars: artifact_url: "{{ event.payload.data.artifact_url }}"