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.

18 lines
315B

  1. mongodb:
  2. server:
  3. enabled: true
  4. admin:
  5. user: admin
  6. password: magicunicorn
  7. master: mongo01
  8. members:
  9. - host: 192.168.1.11
  10. priority: 2
  11. - host: 192.168.1.12
  12. - host: 192.168.1.13
  13. replica_set: default
  14. shared_key: magicunicorn
  15. linux:
  16. system:
  17. name: name