Skip to content

An example showing how you can run with ansible-playbook a command to restart a worker on all the available gearman servers.

Notifications You must be signed in to change notification settings

about-dev/ansible_restart_worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible_restart_worker

An example showing how you can run with ansible-playbook a command to restart a worker on all the available gearman servers.

Installation

Clone this repository.

How to run commands

>>cd /INSTALL_DIR
>>ansible-playbook -i inventories/deploy.yml playbooks/manage_supervisor.yml -e "country_code=ro" -e "service_type=gearman" -e "worker=update_job" -e "worker_action=restart"

About

An example showing how you can run with ansible-playbook a command to restart a worker on all the available gearman servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published