Sha256: 9d25fb44e912c67c79e72ee47b676d2c49dae9624e68cb55087e6c0157aeb653
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
--- ############################################################################## # QB metadata for `qb/python/sphinx/setup` 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/python/sphinx/setup 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: setup # 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: null # 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 - include: qb/python/config as: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qb-0.4.5 | roles/qb/python/sphinx/setup/meta/qb.yml |
qb-0.4.4 | roles/qb/python/sphinx/setup/meta/qb.yml |