Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 applied

Since 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: false

roles:
- role: jakoblichterfeld.remarkable_templates_and_splashscreen

```

## License

MIT

## Author Information

This role was created in 2023 by [Jakob Lichterfeld](https://github.com/JakobLichterfeld).