https://github.com/cschindlbeck/ansible-role-ledgerlive
Ansible Role - LedgerLive Desktop
https://github.com/cschindlbeck/ansible-role-ledgerlive
ansible ansible-role bitcoin-wallet cryptocurrency ethereum ledger ledger-wallet
Last synced: 3 months ago
JSON representation
Ansible Role - LedgerLive Desktop
- Host: GitHub
- URL: https://github.com/cschindlbeck/ansible-role-ledgerlive
- Owner: cschindlbeck
- License: mit
- Created: 2024-05-19T10:54:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T12:20:29.000Z (5 months ago)
- Last Synced: 2025-02-02T12:29:33.216Z (5 months ago)
- Topics: ansible, ansible-role, bitcoin-wallet, cryptocurrency, ethereum, ledger, ledger-wallet
- Language: Jinja
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role: LedgerLive Desktop
=========[](https://github.com/cschindlbeck/ansible-role-ledgerlive/actions/workflows/lint.yaml)
Install the latest LedgerLive Desktop app on Linux.
Tested on Arch/Fedora/Ubuntu, should work on most distros as it is based on AppImage.Requirements
------------None.
Role Variables
--------------None.
Dependencies
------------None, dependency libfuse2 is installed on Ubuntu22.04
Example Playbook
----------------```
- hosts: localhost
gather_facts: true
roles:
- role: ansible-role-ledgerlive
become: true
```Testing
------------------Molecule is used for testing
Install requirements
```bash
pip install -r requirements-dev.txt
ansible-galaxy install -r requirements-dev.yml
``````bash
molecule test
```License
-------MIT/BSD
Author Information
------------------This role was created in 2024 by [cschindlbeck](https://github.com/cschindlbeck).