1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #263 from georgejhunt/mongo-conf

Mongo conf
This commit is contained in:
georgejhunt 2017-09-18 11:14:28 -07:00 committed by GitHub
commit 2db2c58641

View file

@ -27,7 +27,8 @@
with_items:
- { src: 'mongodb.service' , dest: '/etc/systemd/system/' }
- { src: 'mongodb' , dest: '/etc/sysconfig/'}
- { src: 'mongod.conf' , dest: '/etc/'}
- { src: 'mongod.conf' , dest: '/etc/mongod.conf'}
- { src: 'mongod.conf' , dest: '/etc/mongodb.conf'}
- name: enable services
service: name={{ item.name }}