This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-mongodb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
mongod service
master
Markus Katharina Brechtel
4 years ago
parent
0d7c35acfe
commit
7ed5816a8a
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
tasks/main.yaml
+ 6
- 0
tasks/main.yaml
View File
@@ -13,3 +13,9 @@
- name: mongodb debian package
apt:
pkg: mongodb-org
- name: mongod systemd service
systemd:
name: mongod.service
state: started
enabled: true
Write
Preview
Loading…
Cancel
Save