improbable-eng / ansible-buildkite-agent

An Ansible role to install the Buildkite Agent.
Apache License 2.0
12 stars 14 forks source link

Stupid question... #75

Open seenickcode opened 3 years ago

seenickcode commented 3 years ago

How does one use this repo? It doesn't seem to be installable via Galaxy (either providing the repo URL or a local git repo).

bombsimon commented 2 years ago

I have a requirements.yaml file which looks like this:

---
roles:
  - src: https://github.com/improbable-eng/ansible-buildkite-agent
    version: develop
    name: ansible-buildkite-agent

And then I use ansible-galaxy like this:

ansible-galaxy role install -r /path/to/requirements.yaml