JakobLichterfeld / ansible-role-remarkable_templates_and_splashscreen

An Ansible role to change Remarkable Splash Screen and import own templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: Remarkable Templates and Splashscreen

Publish role on Ansible Galaxy

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

---
- 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.

About

An Ansible role to change Remarkable Splash Screen and import own templates

License:MIT License