mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 14:35:06 +00:00
4 lines
262 B
Django/Jinja
4 lines
262 B
Django/Jinja
check process httpd_echo with pidfile /tmp/httpd_echo.pid
|
|
start program = "{{ansible_python.executable}} /opt/httpd_echo.py start"
|
|
stop program = "{{ansible_python.executable}} /opt/httpd_echo.py stop"
|
|
if failed host localhost port 8082 then restart
|