Sha256: afd64ddc962e1d1616582507bdca4c778ab790a0a10419bd368704ffe1d0ef02

Contents?: true

Size: 1.2 KB

Versions: 6

Compression:

Stored size: 1.2 KB

Contents

---
##############################################################################
# QB metadata for `qb/ruby/yard/config` role.
# 
# QB settings for this role.
# 
# @see http://www.rubydoc.info/gems/qb/file/doc/qb_roles/metadata.md
#
##############################################################################

# Shown in help output, etc.
description: >-
  TODO describe qb/ruby/yard/config role

# Gemspec-style requirements. Right now only `.gems.qb` is used.
requirements:
  gems:
    qb: '>= 0.3.0'

# Prefix for role variables
var_prefix: config

# How to get a default for `DIRECTORY` arg if not provided by user.
# 
# @see http://www.rubydoc.info/gems/qb/file/doc/qb_roles/metadata/default_dir.md
# 
default_dir:
- find_up: '*.gemspec'
- find_up: Gemfile

# If `true`, QB will ensure `DIRECTORY` exists before starting the play.
mkdir: false

# Default user to become for play
default_user: null

# Save options in `.qb-options.yml` files
save_options: true

# Options to pass to `ansible-playbook`
ansible_options: {}

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
qb-0.4.5 roles/qb/ruby/yard/config/meta/qb.yml
qb-0.4.4 roles/qb/ruby/yard/config/meta/qb.yml
qb-0.4.3 roles/qb/ruby/yard/config/meta/qb.yml
qb-0.4.2 roles/qb/ruby/yard/config/meta/qb.yml
qb-0.4.1 roles/qb/ruby/yard/config/meta/qb.yml
qb-0.4.0 roles/qb/ruby/yard/config/meta/qb.yml