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

change the port

This commit is contained in:
Jerry Vonau 2020-08-25 20:56:35 -05:00
parent dd07064648
commit c081eb57a9

View file

@ -131,6 +131,12 @@
- mongodb-org-server
state: present
- name: Change the mongodb port to 27018
lineinfile:
path: /etc/mongod.conf
regexp: '^port:'
line: ' port: 27018'
# end block
when: (ansible_architecture == "aarch64") or (ansible_architecture == "amd64")