Saltstack Official MongoDB Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
194B

  1. applications:
  2. - mongodb
  3. classes:
  4. - service.mongodb.support
  5. parameters:
  6. mongodb:
  7. server:
  8. enabled: true
  9. bind:
  10. address: 0.0.0.0
  11. port: 27017
  12. replica_set: rs0