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

final touchups

This commit is contained in:
Jerry Vonau 2020-08-25 21:55:42 -05:00
parent 345a1e7a90
commit e1c1f532c3

View file

@ -102,7 +102,8 @@
- block:
- name: Add mongodb.org signing key
shell: wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add -
warn: false
args:
warn: false
- name: Add mongodb repo for Debian 10 amd64
apt_repository:
@ -135,7 +136,7 @@
- name: Change the mongodb port to 27018
lineinfile:
path: /etc/mongod.conf
regexp: '^port:$'
regexp: 'port: 27017'
backrefs: yes
line: ' port: 27018'