File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ mongodb_processmanagement_fork: "{{ 'RedHat' == ansible_os_family }}"
48
48
# Disable or enable security. Possible values: 'disabled', 'enabled'
49
49
mongodb_security_authorization : " disabled"
50
50
mongodb_security_keyfile : /etc/mongodb-keyfile # Specify path to keyfile with password for inter-process authentication
51
- mongodb_security_javascript_enabled : false
51
+ mongodb_security_javascript_enabled : true # Enables or disables server-side JavaScript execution
52
52
53
53
# # storage Options
54
54
mongodb_storage_dbpath : /data/db # Directory for datafiles
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ galaxy_info:
17
17
- bionic
18
18
- name : Debian
19
19
versions :
20
- - jessie
21
20
- stretch
21
+ - buster
22
22
- name : EL
23
23
versions :
24
- - 6
25
24
- 7
25
+ - 8
26
26
- name : Amazon
27
27
versions :
28
- - Candidate
28
+ - Amazon Linux 2
29
29
galaxy_tags :
30
30
- database
31
31
- nosql
You can’t perform that action at this time.
0 commit comments