diff options
| author | Luke Hoersten <[email protected]> | 2018-01-30 08:41:33 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2018-01-30 08:41:33 -0600 |
| commit | 2b578ce9283a8d2b7d57a5e220d047f51ef917e1 (patch) | |
| tree | aa60d5970781d008e6da4f857cfaa4b3d399c93a /roles/automationhat/defaults/main.yaml | |
| parent | 128d4af632db9b2f8b769e84c495bd462df1ddd8 (diff) | |
Created custom automationhat role.
Diffstat (limited to 'roles/automationhat/defaults/main.yaml')
| -rw-r--r-- | roles/automationhat/defaults/main.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/automationhat/defaults/main.yaml b/roles/automationhat/defaults/main.yaml new file mode 100644 index 0000000..1072549 --- /dev/null +++ b/roles/automationhat/defaults/main.yaml @@ -0,0 +1,12 @@ +--- + +automationhat_apt_packages: + - "python3" + - "raspi-gpio" + - "python3-rpi.gpio" + - "python3-smbus" + - "python3-sn3218" + +automationhat_modules: + - "i2c-bcm2708" + - "i2c-dev" |
