15 lines
389 B
YAML
Executable File
15 lines
389 B
YAML
Executable File
---
|
|
# harden by default
|
|
harden_os: true
|
|
|
|
# latest as of 7/7/2022
|
|
rc_version: 4.8.1
|
|
|
|
# WIP to get to 5.0
|
|
mongo_version: 4.4
|
|
|
|
# WIP to get to 5.0 - if same as mongo_version or false, feature compatibility version will not be set
|
|
prev_mongo_version: 4.2
|
|
|
|
# backup by default - saves to /home/{{ main_user }}/rocketchat/data/dump/2015-07-09T16:59:26Z" (iso8601 of current date)
|
|
backup_db: true |