Services Blog Français

playlabs the obscene ansible distribution

| by jpic | playlabs ansible ci cd

https://playlabs.readthedocs.io/en/latest/

Playlabs documentation is now available online ! Playlabs provides a convenient wrapper for the ansible-playbook command and provides a set of ansible roles made to work together, and to orchestrate containers as much as possible and let only network level provisioning happen on hosts themselves, and combines straigthforward ansible patterns to install a docker orchestrated paas infra to prototype products for development to small-size production. Pre-beta state: works for me, but parts are being rewriten independently until it’s clean enough and declared stable, documentation is still in progress and so are tests. Read more at playlabs.rtfd.io

Read More

clitoo: make your python callbacks work in CLI too !

| by jpic | python best-practices

Clitoo makes your python callbacks work on CLI too !

This CLI can execute python callbacks with parameters.

Clitoo recognizes 4 types of command line arguments:

  • lone arguments are passed as args
  • arguments with = are passed as kwargs
  • dashed arguments like -f arrive in context.args
  • dashed arguments like -foo=bar arrive in context.kwargs

It doesn’t matter how many dashes you put in the front, they are all removed.

To use the context in your callback just import the clitoo context::

Read More
Previous Page 7 of 32 Next Page

They trust us

Contact

logo