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.
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.
ansible-beagleboneblack has no role dependencies and should work
with BBBs running any version of Linux.
See documentation in defaults/main.yml.
Copyright 2016 Whisker Labs
Licensed under the MIT License. See LICENSE for details.