Saltstack Official MongoDB Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 9 години
преди 9 години
1234567891011121314151617
  1. applications:
  2. - mongodb
  3. classes:
  4. - service.mongodb.support
  5. parameters:
  6. mongodb:
  7. server:
  8. enabled: true
  9. admin:
  10. user: admin
  11. password: ${_param:mongodb_admin_password}
  12. bind:
  13. address: 0.0.0.0
  14. port: 27017
  15. shard_service: False
  16. config_service: False
  17. shared_key: ${_param:mongodb_shared_key}