From ea3c029d5dcbf6d60995f920fb169a7e77375cfd Mon Sep 17 00:00:00 2001 From: Joel Diaz Date: Tue, 17 Nov 2015 15:19:54 -0500 Subject: Created role to deploy ops host monitoring oso_host_monitoring to config/run host monitoring container(s) --- roles/oso_host_monitoring/handlers/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 roles/oso_host_monitoring/handlers/main.yml (limited to 'roles/oso_host_monitoring/handlers/main.yml') diff --git a/roles/oso_host_monitoring/handlers/main.yml b/roles/oso_host_monitoring/handlers/main.yml new file mode 100644 index 000000000..7863ad15b --- /dev/null +++ b/roles/oso_host_monitoring/handlers/main.yml @@ -0,0 +1,12 @@ +--- +- name: "Restart the {{ osohm_host_monitoring }} service" + service: + name: "{{ osohm_host_monitoring }}" + state: restarted + enabled: yes + +- name: "Restart the {{ osohm_zagg_client }} service" + service: + name: "{{ osohm_zagg_client }}" + state: restarted + enabled: yes -- cgit v1.2.3