mongodb: Initial version of role

This commit is contained in:
Timo Makinen 2022-02-03 21:19:31 +00:00
parent c7e0822900
commit 2cefd6d50d
5 changed files with 144 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
- name: restart mongod
ansible.builtin.service:
name: mongod
state: restarted