Sha256: 7c8e841b09a942ffdce59cc7f08fad58919b34f994d28a8e79362fa2164f25d3

Contents?: true

Size: 1.98 KB

Versions: 4

Compression:

Stored size: 1.98 KB

Contents

---
# meta/qb.yml file for qb/ruby/nrser/rspex/issue
# 
# qb settings for this role. see README.md for more info.
#

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

# Gemspec-style requirements. Right now only `gems:qb` is used, but plan to
# generalize in the future.
requirements:
  gems:
    qb: '>= 0.3.0'

# 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.
# -   false
#     -   don't provide qb_dir (means doesn't load or save options either).
# -   git_root
#     -   use the git root of 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 executable, passing a JSON serialization of the options 
#         mapping their CLI names to values. path can be relative to role
#         directory.
# -   {find_up: FILENAME}
#     -   starting at the current directory and climbing up to parent 
#         directories, use the first one that contains FILENAME. error
#         if none is found.
default_dir: git_root

# If `true`, QB will ensure the default dir exists before starting the play.
# 
# For legacy reasons, this defaults to `true` if not present, but we want to 
# default declare it as `false` here so new roles can turn it on only if 
# they need it.
# 
mkdir: false

# 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 to pass to ansible-playbook
ansible_options: {}

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

- name: 

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
qb-0.4.3 roles/qb/ruby/nrser/rspex/issue/meta/qb.yml
qb-0.4.2 roles/qb/ruby/nrser/rspex/issue/meta/qb.yml
qb-0.4.1 roles/qb/ruby/nrser/rspex/issue/meta/qb.yml
qb-0.4.0 roles/qb/ruby/nrser/rspex/issue/meta/qb.yml