1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

WIP: Softcode 'mongodb_64bit_version: 4.4'

This commit is contained in:
root 2022-06-09 22:50:21 -04:00
parent 152936bbe6
commit c095851eb2
2 changed files with 42 additions and 22 deletions

View file

@ -20,6 +20,9 @@
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
mongodb_64bit_version: 4.4 # 5.0 also works as of 2022-06-09, but can fail
# on "pre-2011" CPU's that lack AVX.
mongodb_conf: /etc/mongod.conf
mongodb_db_path: "{{ content_base }}/dbdata/mongodb" # /library/dbdata/mongodb
mongodb_db_lock_file: "{{ mongodb_db_path }}/mongod.lock"