Explorar el Código

mongod service

master
padre
commit
7ed5816a8a
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      tasks/main.yaml

+ 6
- 0
tasks/main.yaml Ver fichero

@@ -13,3 +13,9 @@
- name: mongodb debian package
apt:
pkg: mongodb-org

- name: mongod systemd service
systemd:
name: mongod.service
state: started
enabled: true

Cargando…
Cancelar
Guardar