Sha256: 08d6ca2268083de368320f9d5ba92bc3d0610daefc324c5c7a383b029ab0f6e0

Contents?: true

Size: 1.37 KB

Versions: 6

Compression:

Stored size: 1.37 KB

Contents

---
##############################################################################
# QB metadata for `{{ role_role_name }}` 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 {{ role_role_name }} role

# Gemspec-style requirements. Right now only `.gems.qb` is used.
requirements:
  gems:
    # Role options taking advantage of the {NRSER::Types} system require
    # QB 0.4.
    # 
    # TODO  Change this to `>= 0.4.0` when 0.4.0 is released.
    # 
    qb: '>= 0.4.0.dev'

# Prefix for role variables
var_prefix: {{ role_namespaceless }}

# 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: {{ qb_role_default_dir | to_json }}

# 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/role/qb/templates/qb.yml.j2
qb-0.4.4 roles/qb/role/qb/templates/qb.yml.j2
qb-0.4.3 roles/qb/role/qb/templates/qb.yml.j2
qb-0.4.2 roles/qb/role/qb/templates/qb.yml.j2
qb-0.4.1 roles/qb/role/qb/templates/qb.yml.j2
qb-0.4.0 roles/qb/role/qb/templates/qb.yml.j2