mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-09 21:15:44 +00:00
11 lines
237 B
YAML
11 lines
237 B
YAML
---
|
|
|
|
- name: mongodb reload
|
|
service: name=mongod state=reloaded
|
|
|
|
- name: mongodb restart
|
|
service: name=mongod state=restarted
|
|
|
|
- name: mongodb-mms-automation-agent restart
|
|
service: name=mongodb-mms-automation-agent state=restarted
|