ansible-role-motion/defaults/main.yml

13 lines
352 B
YAML
Raw Permalink Normal View History

2022-10-11 09:19:01 +02:00
---
# Default values for variables of the role
# variable_name: value
2023-03-19 16:06:13 +01:00
motion_config: {}
2023-03-19 16:49:19 +01:00
handle_ufw: false
localnetworks:
- 192.168.1.0/24
- 192.168.2.0/24
2023-03-20 21:04:27 +01:00
motion_bot_ntfy_server: 'http://ntfy.sh' # Empty to skip ntfy option
motion_bot_ntfy_username: motion_bot
motion_bot_ntfy_password: "{{ vault_motion_bot_ntfy_pass }}"
2023-04-07 13:11:51 +02:00
transfer_recordings: true