added hostname
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
- name: Send notification
|
- name: Send notification
|
||||||
community.general.pushover:
|
community.general.pushover:
|
||||||
title: 'Disk Space Warning'
|
title: 'Disk Space Warning!'
|
||||||
msg: 'Disk usage is {{ disk_usage.stdout }}!'
|
msg: 'Disk usage from {{inventory_hostname}} is {{ disk_usage.stdout }}'
|
||||||
app_token: '{{ app_token }}'
|
app_token: '{{ app_token }}'
|
||||||
user_key: '{{ user_key }}'
|
user_key: '{{ user_key }}'
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user