Live data from Hacker News

Viewing profile — bcoca

bcoca

HN member
Joined
Thu, May 26, 2016, 2:59 PM UTC
HN karma
65
Public activity
11 items

About bcoca

No profile information was provided.

Recent public activity

  1. comment
    Comment #13446120

    yes, many times we need to work 'around' the tools as they do not do what we want and cannot disable to avoid confusion: https://github.com/ansible/ansible/releases

  2. comment
    Comment #13445465

    As an OSS maintainer that is currently struggling with this I can tell you the solutions are not that simple: - We use several mailing lists (like a forum its good for async commun…

  3. comment
    Comment #13390918

    because it uses existing interpreters on the target host, fixed locations only happen in a homogeneous environment. Most IT shops commonly have to deal different OS/Distrbutions/Ve…

  4. comment
    Comment #13387850

    actually, the 'controller' specifies the interpreter to be used at the client, there can be more than 1 and the '1st one in path' is not always the correct one.

  5. comment
    Comment #13387844

    it is not a host definable fact, it is a 'host variable' which you normally define in inventory.

  6. comment
    Comment #13387614

    disclaimer: I'm one of the maintainers I'll try to answer several questions so this might get long. First, the procedure for disclosing the CVE is something we discussed internally…

  7. comment
    Comment #11779375

    minors we release every 3-4 months (or plan to)

  8. comment
    Comment #11778495

    speed has been both better and worse, so depends a lot on what your playbook is doing, size of your inventory, vars, etc the only answer i can give you is: test. We do try to keep …

  9. comment
    Comment #11778477

    we actually avoid the requests lib for this and many other reasons, we don't use libcurl as we try to avoid extra dependencies when possible. The issue is more basic than requests,…

  10. comment
    Comment #11778456

    Support for python3 has been on the roadmap, sadly most of the installed base of servers out there uses 2.x and in many cases 2.4 (centos/rhel5). This is NOT a switch from py2 to p…

  11. comment
    Comment #11778432

    disclaimer: i'm an ansible dev. As the ticket shows, this was added in the 2.x release of Ansible, that is why the ticket was closed. Adding this info required a major revamp of th…