by ricktbaker | Dec 10, 2018 | Ansible, DevOps
Have a few processes that we run with Forever that I have been working on automating. Needed to be able to start them if they are not running and restart them if they are. The restart was a bit tricky. Usually you can just restart the process name, but since some...