11 lines
210 B
YAML
11 lines
210 B
YAML
|
---
|
||
|
- name: Configure database
|
||
|
block:
|
||
|
- name: Deploy configuration file
|
||
|
template:
|
||
|
src: etc/mongod.conf.j2
|
||
|
dest: /etc/mongod.conf
|
||
|
mode: 0644
|
||
|
notify: __mongod_restart
|
||
|
become: True
|