12 lines
352 B
YAML
12 lines
352 B
YAML
---
|
|
# Default values for variables of the role
|
|
# variable_name: value
|
|
motion_config: {}
|
|
handle_ufw: false
|
|
localnetworks:
|
|
- 192.168.1.0/24
|
|
- 192.168.2.0/24
|
|
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 }}"
|
|
transfer_recordings: true
|