mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-03 08:44:42 +00:00
Enable server process forking by default on RedHat
The init scripts that are provided assume that forking is enabled by default. This has been left in defaults, to preserve the capability for users to override this option.
This commit is contained in:
parent
255dc39cc3
commit
4b22cc431d
@ -23,7 +23,9 @@ mongodb_net_maxconns: 65536 # Max number of simultaneous co
|
||||
mongodb_net_port: 27017 # Specify port number
|
||||
|
||||
## processManagement Options
|
||||
mongodb_processmanagement_fork: false # Fork server process
|
||||
# Fork server process
|
||||
# Enabled by default for RedHat as the init scripts assume forking is enabled.
|
||||
mongodb_processmanagement_fork: "{{ 'RedHat' == ansible_os_family }}"
|
||||
|
||||
## security Options
|
||||
# Disable or enable security. Possible values: 'disabled', 'enabled'
|
||||
|
Loading…
x
Reference in New Issue
Block a user