Giter Site home page Giter Site logo

ansible_roles's People

Contributors

dpratter avatar fdemmer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ansible_roles's Issues

Failed provisioning because of usage of mutual exlusive pip arguments 'executable' and 'virtualenv'

ATM ansible-local provisioning fails during "update pip" task with the following error message:

TASK [python : update pip] ***************************************************** task path: /etc/ansible/roles/python/tasks/20-virtualenv.yml:10 failed: [default] (item=pip==8.1.0) => {"failed": true, "item": "pip==8.1.0", "msg": "parameters are mutually exclusive: ['executable', 'virtualenv']"}

It seems that since ansible 2.1.0 it is not possible to use pip arguments 'executable' and 'virtualenv' in the same rule as they are now defined as mutual exclusive:

Run supervisor tasks with correct utf-8 LANG env settings

If run with supervisor and gunicorn, Django file uploads seem to fail with UnicodeEncodeErrors if filename contains unicode characters. This is caused by a strange supervisor bug, where supervisor does not use correct utf-8 LANG env settings.

Can be solved by explicitly adding correct LANG variables
LANG=en_US.UTF-8, LC_ALL=en_US.UTF-8, LC_LANG=en_US.UTF-8
to ENVIRONMENT section in service_group.conf.j2 template.

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.