Skip to content

Resolve "Add check if service is already running, if it is running stop it before deployment"

Context

While deploying ansible we want to check using monit if previous version is running, and if it is running stop it, so we can redeploy.

What was done

Now when we are deploying application we use monit ansible tasks to check whether application is running and stopping it.

TODO

Nothing.

QA

Tested manually

Review objectives

Informative Code quality review

Closes #1 (closed)

Edited by Marcin Lukasz Majewski

Merge request reports