xoxys.mongodb/tasks/config.yml

11 lines
210 B
YAML
Raw Normal View History

2018-07-07 18:53:03 +02:00
---
- 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