devbox

Ansible Role: devbox

CI

An Ansible Role that installs [devbox][https://github.com/jetify-com/devbox] on Linux.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

devbox_version: "latest"
devbox_bin_path: "/usr/local/bin"
devbox_os: "linux"
devbox_arch: "amd64"

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - sgaunet.devbox

License

MIT

Install
ansible-galaxy install sgaunet/ansible-role-devbox
GitHub repository
License
mit
Downloads
4
Owner