Skip to content

Commit

Permalink
Bug #13013: Force ip_service to be set to ip_admin as mongo-express i…
Browse files Browse the repository at this point in the history
…s binded on ip_admin.
  • Loading branch information
GiooDev committed Jul 8, 2024
1 parent 4407f2f commit 8e54303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/ansible-vitamui-exploitation/start_vitamui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
vitamui_struct:
vitamui_component: "{{ mongo_express.vitamui_component }}"
port_service: "{{ mongo_express.port }}"
ip_service: "{{ ip_admin }}"
etat: started
tags:
- cots
Expand Down
1 change: 1 addition & 0 deletions deployment/ansible-vitamui-exploitation/stop_vitamui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
vitamui_struct:
vitamui_component: "{{ mongo_express.vitamui_component }}"
port_service: "{{ mongo_express.port }}"
ip_service: "{{ ip_admin }}"
etat: stopped
tags:
- cots
Expand Down

0 comments on commit 8e54303

Please sign in to comment.