Skip to content

zemanel/supervisord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nextpertise.supervisord

Supervisord role for Debian hosts

Install it with the following command:

$ ansible-galaxy install nextpertise.supervisord

Requirements

None

Role Variables

You can find a list of all available variables in defaults/main.yml

Dependencies

None

Example Playbook

- hosts: servers
  roles:
     - role: nextpertise.supervisord
       supervisord_program:
         - name: django-uwsgi
           # directory to cwd to before exec (def no cwd)
           directory: "{{ project_home_path }}"
           command: "program_to_execute.sh"
           autostart: "true"
           autorestart: "true"
           stdout_logfile: "syslog"
           stderr_logfile: "syslog"

License

GNUv2

Author Information

Teun Ouwehand @ Nextpertise B.V. (https://www.nextpertise.nl)

About

Ansible role for supervisord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%