Skip to content

doytsujin/ansible-linuxbrew

 
 

ansible-linuxbrew

Ansible Quality Score Ansible Role GitHub release License

Branch Status
master Build Status
develop Build Status

Ansible role to install Linuxbrew on Ubuntu.

Configuration

By default, the role uses Ansible to clone the Homebrew Git repository and create all relevant directories.

To use the official Homebrew installer script instead, you need to enable this in the Ansible configuration:

linuxbrew_use_installer: true

Role Variables

Set linuxbrew_init_shell to false if you're for example managing your shell rc files using your own .dotfiles repository.

# Configure shell rc files
linuxbrew_init_shell: true

Coding style

Install pre-commit hooks and validate coding style:

make lint

Run tests

Run tests in Ubuntu and Debian using Docker:

make test

License

Contributions

The installation is based on the official Homebrew installer script.

Author Information

About

Install Linuxbrew on Ubuntu

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 56.3%
  • Dockerfile 41.9%
  • Makefile 1.8%