mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
mongodb/tasks/install.yml: cleaner mongodb_conf explanation
This commit is contained in:
parent
b28e4fbb8f
commit
822cb816fc
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
|||
- mongodb-org-server
|
||||
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.service auto-starting MongoDB on demand
|
||||
- name: Establish {{ mongodb_conf }} port {{ mongodb_port }} (mongodb_conf) -- takes effect on next (re)start of the service -- via enable-or-disable.yml or via sugarizer.service auto-starting MongoDB on demand
|
||||
lineinfile:
|
||||
path: "{{ mongodb_conf }}"
|
||||
regexp: '^\s*port:' # \s = any whitespace char. stackoverflow.com/a/38491899
|
||||
|
|
Loading…
Reference in a new issue