Sha256: 24d8878adc609ef83115b17963aedf4aef16b95b3e076b20e31c16881079af8a

Contents?: true

Size: 1.21 KB

Versions: 19

Compression:

Stored size: 1.21 KB

Contents

#!/usr/bin/env qb setup
---
- name: >-
    Setup development environment for {{ project_owner }}/{{ project_name }} project

  hosts: localhost
  
  pre_tasks:
  # ============================================================================
  # 
  # Any one-off tasks the need to run *before* the roles.
  # 
    
  # /pre_tasks

  roles:
  # ============================================================================
  # 
  # The bulk of setup work is done by invoking role from QB. Roles specific to
  # dev setup are grouped in the `qb/dev` namespace.
  # 
  
  # References
  # ----------------------------------------------------------------------------
  # 
  # Material available online that is useful to have locally for browsing and
  # search (mostly source code from other projects or other versions of this
  # project).
  # 
  
  ### Git repos
  # 
  # Unless specified, assumed to be from GitHub.
  # 
  # Example:
  # 
  #     - role: qb/dev/ref/repo/git
  #       full_name: ansible/ansible
  #       version: v2.4.1.0-1
  # 
  
  # /roles
  
  tasks:
  # ============================================================================
  # 
  # Any one-off tasks that can run after the roles.
  # 
  
  # /tasks

# / play

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
qb-0.4.5 roles/qb/project/templates/setup.qb.yml.j2
qb-0.4.4 roles/qb/project/templates/setup.qb.yml.j2
qb-0.4.3 roles/qb/project/templates/setup.qb.yml.j2
qb-0.4.2 roles/qb/project/templates/setup.qb.yml.j2
qb-0.4.1 roles/qb/project/templates/setup.qb.yml.j2
qb-0.4.0 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.25 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.24 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.23 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.22 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.21 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.20 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.19 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.18 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.17 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.16 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.15 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.14 roles/qb/project/templates/setup.qb.yml.j2
qb-0.3.13 roles/qb/project/templates/setup.qb.yml.j2