added ntfy alerts and removed sudo
This commit is contained in:
4
roles/bastionhost/vars/main.yml
Normal file
4
roles/bastionhost/vars/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
# Variables for ntfy alerts
|
||||
ntfy_url: "https://ntfy.sh/YOUR_TOPIC_HERE"
|
||||
ntfy_ssh_login_message: "SSH login on $(hostname) for user $USER from $(echo $SSH_CONNECTION | cut -d ' ' -f 1)"
|
||||
Reference in New Issue
Block a user