Sha256: b08fbfc2681c2d7d23e9ab254e9ffda346c29cfc825213c956aab75de3b8826c

Contents?: true

Size: 1.22 KB

Versions: 19

Compression:

Stored size: 1.22 KB

Contents

---
# meta/qb.yml file for {{ role_role_name }}
# 
# qb settings for this role. see README.md for more info.
#

# description of the role to show in it's help output.
description: null

# prefix for role variables
var_prefix: null

# how to get a default for `dir` if it's not provided as the only
# positional argument. if a positional argument is provided it will
# override the method defined here.
# 
# options:
# 
# -   null
#     -   require the value on the command line.
# -   git_root
#     -   use the git root fof the directory that the `qb` command is invoked
#         from. useful for 'project-centric' commands so they can be invoked
#         from anywhere in the repo.
# -   cwd
#     -   use the directory the `qb` command is invoked form.
# -   {exe: PATH}
#     -   invoke an execuable, passing a JSON serialization of the options 
#         mapping their CLI names to values. path can be relative to role
#         directory.
default_dir: null

# default user to become for play
default_user: null

# set to false to not save options in .qb-options.yml files
save_options: true

options: []
# - name: example
#   description: an example of a variable.
#   required: false
#   type: boolean # boolean (default) | string
#   short: e

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
qb-0.1.39 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.38 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.37 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.36 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.35 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.34 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.33 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.32 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.31 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.30 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.29 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.28 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.27 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.26 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.25 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.24 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.23 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.22 roles/qb.qb_role/templates/qb.yml.j2
qb-0.1.21 roles/qb.qb_role/templates/qb.yml.j2