자동화 구성 파일 의 processes.<args> 객체 는 각 MongoDB 인스턴스 에 대한 구성 옵션을 지정합니다. 지원되는 설정은 MongoDB 버전에 따라 다릅니다.
processes.args2_6 객체는 MongoDB 버전 2.6 이상에 대한 대부분의 MongoDB 설정 및 매개 변수를 허용합니다. YAML 을 사용하여 이 객체의 서식을 지정합니다. MongoDB 구성 YAML 의 예를 검토하려면 MongoDB 매뉴얼에서 구성 파일 옵션 을 참조하세요.
중요
LDAP 설정, 인증 기관과 관련된 TLS 설정, 인증 설정과 같은 특정 보안 관련 설정은 프로젝트 수준에서 managed되며 Automation으로 가져올 때 재정의될 수 있습니다.
경고
Ops Manager automation doesn't support or validate the following settings. Using them could cause deployment failure or downtime.
net.unixDomainSocket options such as
net.unixDomainSocket.enabled,net.unixDomainSocket.pathPrefix, andnet.unixDomainSocket.filePermissions.Ops Manager automation rejects deployments that contain internal settings such as
__execand__rest.
If you require these settings, you must manage the deployment manually without Ops Manager.