# General ntfy_emergency_app_dir: /opt/ntfy-emergency-app ntfy_emergency_app_port: 3000 # (subdomain in group_vars/all/main.yml, caddy_sites_dir in roles/caddy_site/defaults/) # ntfy configuration ntfy_emergency_app_topic: "emergencia" ntfy_emergency_app_ui_message: "Leave Pablo a message, he will respond as soon as possible" # Remote access remote_host_name: "{{ groups['edge'] | first }}" remote_host: "{{ hostvars.get(remote_host_name, {}).get('ansible_host', remote_host_name) }}" remote_user: "{{ hostvars.get(remote_host_name, {}).get('ansible_user', 'counterweight') }}" remote_key_file: "{{ hostvars.get(remote_host_name, {}).get('ansible_ssh_private_key_file', '') }}" remote_port: "{{ hostvars.get(remote_host_name, {}).get('ansible_port', 22) }}" # Where the emergency notifications are sent. This pointed at ntfy.contrapeso.xyz # on watchtower; that host is being destroyed, so this MUST be repointed before # the app can work again. Left at the old value so the break is visible rather # than silently defaulted to something plausible. ntfy_service_url: "https://ntfy.contrapeso.xyz"