ansible-roles/roles/patrix/defaults/main.yml

23 lines
400 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
2022-01-03 17:00:09 +01:00
# Homeserver to connect to (without https://)
2021-12-01 19:13:34 +01:00
# patrix_server:
#
#
# Auth can be done either with login / pass
# patrix_user:
# patrix_pass:
#
# Or with an existing token
#
# patrix_token:
#
2022-01-03 17:00:09 +01:00
# Default room where messages will be sent
2021-12-01 19:13:34 +01:00
# patrix_room:
2022-01-03 17:00:09 +01:00
#
# If true, patrix will be updated to the latest version available
# Else, ansible will just check if it's installed
patrix_update: False
2021-12-01 19:13:34 +01:00
...