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