mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
final touchups
This commit is contained in:
parent
345a1e7a90
commit
e1c1f532c3
1 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue