https://github.com/sgaunet/ansible-role-devbox
ansible role to install devbox on Linux
https://github.com/sgaunet/ansible-role-devbox
ansible ansible-role devbox linux nix
Last synced: 2 months ago
JSON representation
ansible role to install devbox on Linux
- Host: GitHub
- URL: https://github.com/sgaunet/ansible-role-devbox
- Owner: sgaunet
- License: mit
- Created: 2024-07-06T08:47:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T02:22:48.000Z (about 1 year ago)
- Last Synced: 2025-02-05T09:19:05.293Z (8 months ago)
- Topics: ansible, ansible-role, devbox, linux, nix
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: devbox
[](https://github.com/sgaunet/ansible-role-devbox/actions?query=workflow%3ACI)
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
```yaml
- hosts: all
roles:
- sgaunet.devbox
```## License
MIT