ansible/output

Cluster UUID that created the alert

Generic object that is constructed by the ansible-apply task if the playbook creates a file called [Machine.Name].json

For example, the following task will create the correct output:

- name: output from playbook
  local_action:
    module: copy
    content: "{{`{{ myvar }}`}}"
    dest: "{{ .Machine.Name }}.json"