Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whoan/ansible-role-pigpio
Ansible Role to install Pigpio library (dev) on Raspberry Pi
https://github.com/whoan/ansible-role-pigpio
ansible-role pigpio raspberry-pi
Last synced: 20 days ago
JSON representation
Ansible Role to install Pigpio library (dev) on Raspberry Pi
- Host: GitHub
- URL: https://github.com/whoan/ansible-role-pigpio
- Owner: whoan
- License: mit
- Created: 2019-09-18T15:58:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-01T20:08:00.000Z (about 5 years ago)
- Last Synced: 2024-10-26T12:36:10.399Z (2 months ago)
- Topics: ansible-role, pigpio, raspberry-pi
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pigpio
=========An Ansible Role that installs any version (provided by param) of [pigpio library](http://abyz.me.uk/rpi/pigpio/) on a Raspberry Pi.
Find the role in [Ansible Galaxy](https://galaxy.ansible.com/whoan/pigpio).
Requirements
------------You should uninstall any previous version of `pigpio` in your environment, if any.
Role Variables
--------------These are the role variables (and its default values):
```
pigpio_version: master
threads_for_make: "{{ ansible_facts['processor_vcpus'] }}"
```> `ansible_facts['processor_vcpus']` is the same as the value of `nproc`.
Dependencies
------------None.
Example Playbook
----------------Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts:
tasks:
- import_role:
name: whoan.pigpioLicense
-------[MIT](https://github.com/whoan/ansible-role-pigpio/blob/master/LICENSE)