Skip to content

Commit

Permalink
add restart ms service
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Sep 5, 2024
1 parent 832d695 commit bb0a48f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ansible/idr-09-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@
- import_playbook: management-prometheus.yml
- import_playbook: management-grafana.yml
- import_playbook: management-fluentd.yml

- hosts: "{{ idr_environment | default('idr') }}-omeroreadonly-hosts"
Tasks:
name: restart the ms service
become: true
ansible.builtin.service:
state: restarted
daemon_reload: true
name: omero-ms-image-region.service

0 comments on commit bb0a48f

Please sign in to comment.