Skip to content

Instantly share code, notes, and snippets.

@lanky
Created September 16, 2016 12:32
Show Gist options
  • Save lanky/612ce5d5e0640844b7b4ca32fcf0a62d to your computer and use it in GitHub Desktop.
Save lanky/612ce5d5e0640844b7b4ca32fcf0a62d to your computer and use it in GitHub Desktop.
---
- hosts: all
tasks:
- debug:
msg: "{{ inventory_hostname }} sensu warn: {{ sensu_check_cpu_warning }}"
- debug:
msg: "{{ inventory_hostname }} sensu crit: {{ sensu_check_cpu_critical }}"
- debug:
var: group_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment