mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update main.yml
This commit is contained in:
parent
9f82f13d94
commit
76b89b72b2
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
||||||
mongodb_install: False
|
# mongodb_install: False
|
||||||
mongodb_enabled: False
|
# mongodb_enabled: False
|
||||||
|
# mongodb_port: 27018
|
||||||
|
|
||||||
|
# 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_conf: /etc/mongod.conf
|
mongodb_conf: /etc/mongod.conf
|
||||||
mongodb_db_path: "{{ content_base }}/dbdata/mongodb" # == /library/dbdata/mongodb/
|
mongodb_db_path: "{{ content_base }}/dbdata/mongodb" # i.e. /library/dbdata/mongodb/
|
||||||
mongodb_db_lock_file: "{{ mongodb_db_path }}/mongod.lock"
|
mongodb_db_lock_file: "{{ mongodb_db_path }}/mongod.lock"
|
||||||
|
|
Loading…
Reference in a new issue