Skip to content

mongodb-ansible-roles/ansible-role-greenbay

Repository files navigation

Ansible role for greenbay

Installs greenbay

GitHub Actions GitHub Actions

Requirements

None

Role Variables

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

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - role: ansible-role-greenbay
      vars:
        greenbay_sha: 88bd85f71f7425da94dc5c0f8809f38c24226c16

Development

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

License

Apache License