Project

qb

0.01
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
qb is all about projects. named after everyone's favorite projects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.16.1
~> 0.10.4
~> 12.3
~> 3.4
~> 3.7
~> 0.9.12

Runtime

~> 0.2.11
~> 1.3
~> 0.3.12
~> 4.0
~> 1.0, >= 1.0.8
~> 2.0.5
~> 0.1.4
~> 5.4.0
 Project Readme

QB

Gem Version Build Status

QB is all about projects. Named after everyone's favorite projects.

QB works by running Ansible plays. So you can think about it as "quarterback" if you happen to be from the corner of the world where that makes any sense.

You generally want to read these docs at

http://www.rubydoc.info/gems/qb/

where the links are more likely to work.

Or, if you're working from a local clone, by booting the yard server via

bundle exec yard server

and opening

http://localhost:8808


Quickies

  1. Status: UNSTABLE (BUT GETTING BETTER)

    A bit past experimental, but still actively exploring API and features. Any and every thing subject to breaking changes until we hit 1.0. Generally trying to bump the minor version with larger changes, but not paying a huge amount of attention to it. Being used personally and in projects and organizations I work with.

  2. Compatibility: Unix-based, specifically OSX

    Developed and used on OSX/macOS, though Travis tests tests pass on Linux as well (currently Ubuntu Trusty 14.04, see Travis Build Env).

    I don't know of any fundamental reason it wouldn't work on other *nixes, but you will probably have to figure it out yourself.

  3. Installation

    Head over to {file:doc/getting_started.md Getting Started}.

  4. More Info

    There is some semblance of an {file:doc/intro.md Introduction} available to get indignant about.


Help!

Common Issues:

  1. qb run Command Issues
    1. {file:doc/common_issues/qb_run/slow_gather_facts.md "Gathering Facts" is really slow (FQDN lookup problem)}