This is an ansible role which downloads and installs buildbox agent, then configures it as a service. Currently it supports ubuntu.
These are the configurable attributes of the role, note you MUST configure the buildbox_token
otherwise the agent will fail to start.
buildbox_token: ""
buildbox_user: "buildbox"
buildbox_home: "/var/lib/buildbox"
buildbox_version: "0.2-beta.9"
buildbox_arch: "amd64"
- hosts: servers
roles:
- { role: wolfeidau.buildbox, buildbox_token: "whatever" }
Copyright (c) 2014 Mark Wolfe Licensed under the MIT license.