Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakoblichterfeld/ansible-role-remarkable_templates_and_splashscreen
An Ansible role to change Remarkable Splash Screen and import own templates
https://github.com/jakoblichterfeld/ansible-role-remarkable_templates_and_splashscreen
ansible ansible-galaxy-role ansible-role remarkable remarkable-2 remarkable-tablet remarkable2
Last synced: 1 day ago
JSON representation
An Ansible role to change Remarkable Splash Screen and import own templates
- Host: GitHub
- URL: https://github.com/jakoblichterfeld/ansible-role-remarkable_templates_and_splashscreen
- Owner: JakobLichterfeld
- License: mit
- Created: 2023-09-05T07:38:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T10:24:12.000Z (8 months ago)
- Last Synced: 2024-10-11T14:10:50.121Z (25 days ago)
- Topics: ansible, ansible-galaxy-role, ansible-role, remarkable, remarkable-2, remarkable-tablet, remarkable2
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Remarkable Templates and Splashscreen
[![Publish role on Ansible Galaxy](https://github.com/JakobLichterfeld/ansible-role-remarkable_templates_and_splashscreen/actions/workflows/publish_role_on_ansible_galaxy.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role-remarkable_templates_and_splashscreen/actions/workflows/publish_role_on_ansible_galaxy.yml)
Change Remarkable Splash Screen and import own templates.
- Backup Splash Screen
- Copy own Splash Screen to device
- Copy Templates and templates.json to device
- Restart the Remarkable interface to ensure changes are appliedSince Remarkable Tablets do not support Python, this role utilizes low-level Ansible functions. That is why this role is not idempotent.
You need to enable SSH on Remarkable by following: Menu -> Settings -> Help -> Copyright and licenses
## Requirements
None.
## Role Variables
None.
## Dependencies
None.
## Example Playbook
```yaml
---
- hosts: remarkable
gather_facts: false
become: falseroles:
- role: jakoblichterfeld.remarkable_templates_and_splashscreen```
## License
MIT
## Author Information
This role was created in 2023 by [Jakob Lichterfeld](https://github.com/JakobLichterfeld).