Giter Club home page Giter Club logo

Comments (6)

jcalazan avatar jcalazan commented on June 17, 2024 1

Np Lenny, I probably should actually remove the install supervisor in the celery role, thanks for pointing that out!

from ansible-django-stack.

jcalazan avatar jcalazan commented on June 17, 2024

Hi Lenny,

Can you post the error message?

from ansible-django-stack.

jcalazan avatar jcalazan commented on June 17, 2024

Oh, also make sure celery is not included in your playbook if your app doesn't use it.

Example: https://github.com/jcalazan/ansible-django-stack/blob/master/vagrant.yml#L20

from ansible-django-stack.

LennyLip avatar LennyLip commented on June 17, 2024

@jcalazan i already delete logs and rewrite tasks.

If we don't use celereny, Install Supervisor task is not being run.

https://github.com/jcalazan/ansible-django-stack/blob/master/roles/celery/tasks/setup_supervisor.yml

   - name: Install Supervisor
     apt: name=supervisor update_cache={{ update_apt_cache }} state=installed
     tags:
       - celery

but in the web role we config and restart supervisor service, which currently is not installed:

https://github.com/jcalazan/ansible-django-stack/blob/master/roles/web/tasks/setup_supervisor.yml

   - name: Re-read the Supervisor config files
     supervisorctl: name={{ application_name }} state=present

   - name: Restart Supervisor
     supervisorctl: name={{ application_name }} state=restarted

from ansible-django-stack.

jcalazan avatar jcalazan commented on June 17, 2024

Ah, I see what you mean.

It is actually in the base role: https://github.com/jcalazan/ansible-django-stack/blob/master/roles/base/tasks/main.yml#L27

from ansible-django-stack.

LennyLip avatar LennyLip commented on June 17, 2024

Ops, sorry, my bad!
I've been commented this line :(
Thank you!

from ansible-django-stack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.