Installs greenbay
None
Name | Description | Type | Default | Required |
---|---|---|---|---|
greenbay_sha |
SHA of the version of greenbay you want to install | string | "" |
yes |
greenbay_package_url |
You may specify a custom URL to download greenbay from | string | "" |
no |
None
- hosts: all
roles:
- role: ansible-role-greenbay
vars:
greenbay_sha: 88bd85f71f7425da94dc5c0f8809f38c24226c16
Testing this role locally requires the CircleCI Local CLI.
To install the CLI for macOS and Linux, invoke the following command:
$ curl -fLSs https://circle.ci/cli | DESTDIR=/usr/local/bin bash
After installing the CLI, invoke the following command to run the Molecule tests:
$ make test