Saltstack Official MongoDB Formula
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- mongodb:
- server:
- enabled: true
- admin:
- user: admin
- password: magicunicorn
- master: mongo01
- members:
- - host: 192.168.1.11
- priority: 2
- - host: 192.168.1.12
- - host: 192.168.1.13
- replica_set: default
- shared_key: magicunicorn
- linux:
- system:
- name: name
|