Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgaunet/ansible-role-devbox
https://github.com/sgaunet/ansible-role-devbox
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sgaunet/ansible-role-devbox
- Owner: sgaunet
- License: mit
- Created: 2024-07-06T08:47:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T02:22:48.000Z (5 months ago)
- Last Synced: 2024-07-24T04:32:08.573Z (5 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: devbox
[![CI](https://github.com/sgaunet/ansible-role-devbox/workflows/CI/badge.svg)](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