Browse Source

mongod service

master
parent
commit
7ed5816a8a
1 changed files with 6 additions and 0 deletions
  1. +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

Loading…
Cancel
Save