Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

whiskerlabs/ansible-beagleboneblack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-beagleboneblack

Ansible Galaxy

An Ansible role for provisioning BeagleBone Black devices.

This role installs a fix for a known issue that prevents apt-get install from working on revision C of the BBB and provides hooks for installing custom device tree overlays and setting uEnv.txt options.

Installation

To install from Ansible Galaxy:

$ ansible-galaxy install whiskerlabs.beagleboneblack

Or alternatively, add the path to a local copy of this repository to roles_path within your project's ansible.cfg file:

roles_path = /path/to/role_dir

where /path/to/role_dir is a parent directory of ansible-beagleboneblack.

Consult Ansible documentation for more info on how to configure roles_path in an Ansible configuration file.

Requirements

ansible-beagleboneblack has no role dependencies and should work with BBBs running any version of Linux.

Role Variables

See documentation in defaults/main.yml.

License

Copyright 2016 Whisker Labs

Licensed under the MIT License. See LICENSE for details.

About

An Ansible role for provisioning BeagleBone Black devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages