1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

mongodb/tasks/install.yml: clarify how port change works

This commit is contained in:
A Holt 2020-10-29 21:53:55 -04:00 committed by GitHub
parent cb1a57bdab
commit a4289d40d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@
- mongodb-org-server - mongodb-org-server
state: present state: present
- name: Change {{ mongodb_conf }} port to {{ mongodb_port }} -- takes effect on next (re)start of the service -- via enable-or-disable.yml or via Sugarizer starting MongoDB on demand - name: Change {{ mongodb_conf }} port to {{ mongodb_port }} -- takes effect on next (re)start of the service -- via enable-or-disable.yml or via sugarizer.service auto-starting MongoDB on demand
lineinfile: lineinfile:
path: "{{ mongodb_conf }}" path: "{{ mongodb_conf }}"
regexp: "port: 27017" regexp: "port: 27017"