Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bodsch/ansible-sane
ansible role for sane (scanning backend)
https://github.com/bodsch/ansible-sane
ansible sane sane-backend scanning
Last synced: 3 months ago
JSON representation
ansible role for sane (scanning backend)
- Host: GitHub
- URL: https://github.com/bodsch/ansible-sane
- Owner: bodsch
- License: apache-2.0
- Created: 2020-12-07T04:47:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T14:54:38.000Z (5 months ago)
- Last Synced: 2024-08-19T17:24:38.890Z (5 months ago)
- Topics: ansible, sane, sane-backend, scanning
- Language: Jinja
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
installs and configure sane on **my** RasPi.
currently works only with the old version from `https://salsa.debian.org/debian/sane-backends`
## config
```
sane_files:
- libsane
- libsane-common
- libsane-extras
- libsane-extras-common
- sane
- sane-utilssane_repository:
# upstream
# https://gitlab.com/sane-project/backends/-/archive/1.0.31/backends-1.0.31.tar.bz2
# url: https://gitlab.com/sane-project/backends
# older debian stuff
url: https://salsa.debian.org/debian/sane-backends
# branch: 1.0.31sane_src_directory: /home/saned/src/sane-backends
sane_saned_clients: []
sane_dll_backends:
- net
- genesys
```