Saya mencoba untuk memulai kembali Supervisor melalui Playbook Ansible saya tetapi saya sepertinya akan mengalami masalah dengan modul supervisor untuk Ansible.
Dalam konfigurasi Supervisor saya, saya telah mendefinisikan sebuah program:
[program:process]
process_name=%(program_name)s_%(process_num)02d
command=/home/box1/workers/bin/process
numprocs=64
directory=/home/box1/workers/bin
autostart=true
autorestart=true
startretries=5
stderr_logfile=/tmp/%(program_name)s-err.log
stdout_logfile=/tmp/%(program_name)s-out.log
user=root
Dan ini bekerja dengan baik. Namun, ketika saya mencoba me-restart Supervisor melalui Ansible saya mendapatkan kesalahan berikut:
failed: [box1] => {"failed": true}
msg: program:process: ERROR (no such process)
program:process: ERROR (no such process)
Konfigurasi tugas Ansible saya terlihat seperti ini:
- name: Restart Supervisor
sudo: yes
supervisorctl: name=program:process state=restarted config=/etc/supervisor/supervisord.conf
Untuk name
parameter saya telah mencoba program:process
, program
, program:
dan process
tetapi tampaknya tidak bekerja. Saya saat ini pada Ansible 1.5.4.