No description
  • CSS 84.7%
  • Jinja 15.3%
Find a file
semantic-release-bot 198112beaf chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/de-it-krachten/ansible-role-asciinema_player/compare/v1.5.0...v1.6.0) (2026-03-15)

### Features

* Added support for Fedora 43 ([ab3f18b](ab3f18b373))
* Drop support for Debian 10 (Buster) ([70e5d8e](70e5d8eb47))
* Drop support for Fedora 41 ([c29a851](c29a851fd1))
* Drop support for openSUSE Leap 15 ([0cd0d15](0cd0d15932))
* Drop support for SUSE Linux Enterprise 15 ([e325dfa](e325dfae73))
2026-03-15 11:36:04 +00:00
.github/workflows Update CI 2026-03-14 19:16:00 +01:00
defaults Update CI 2023-05-10 12:18:12 +02:00
files Initial commit 2022-10-26 14:47:55 +02:00
meta Update CI 2026-03-14 19:16:00 +01:00
molecule/default Update CI 2026-03-14 19:16:00 +01:00
tasks Update to FQCN 2022-11-09 15:58:22 +01:00
templates Initial commit 2022-10-26 14:47:55 +02:00
.ansible-lint Initial commit 2022-10-26 14:47:55 +02:00
.cicd Update CI 2026-03-06 21:23:59 +01:00
.cicd.overwrite Update CI 2026-03-14 19:16:00 +01:00
.collections Update to FQCN 2022-11-09 15:58:22 +01:00
.gitignore feat: Update supported platforms & CI 2024-12-29 01:24:09 +01:00
.releaserc.yml Update CI 2026-03-06 21:23:59 +01:00
.roles Initial commit 2022-10-26 14:47:55 +02:00
.yamllint feat: Update supported platforms & CI 2024-12-29 01:24:09 +01:00
CHANGELOG.md chore(release): 1.6.0 [skip ci] 2026-03-15 11:36:04 +00:00
README.md Update CI 2026-03-14 19:16:00 +01:00

CI

ansible-role-asciinema_player

Set-up a webserver to hosts asciinema files

Dependencies

Roles

None

Collections

None

Platforms

Supported platforms

  • Red Hat Enterprise Linux 81
  • Red Hat Enterprise Linux 91
  • Red Hat Enterprise Linux 101
  • RockyLinux 81
  • RockyLinux 91
  • RockyLinux 101
  • OracleLinux 81
  • OracleLinux 91
  • OracleLinux 101
  • AlmaLinux 81
  • AlmaLinux 91
  • AlmaLinux 101
  • Debian 11 (Bullseye)1
  • Debian 12 (Bookworm)1
  • Debian 13 (Trixie)1
  • Ubuntu 18.04 LTS1
  • Ubuntu 20.04 LTS1
  • Ubuntu 22.04 LTS1
  • Ubuntu 24.04 LTS1
  • Fedora 421
  • Fedora 431
  • Alpine 31
  • Docker dind (CI only)

Note: 1 : no automated testing is performed on these platforms

Role Variables

defaults/main.yml


# FQDN for the service
# asciinema_fqdn: asciinema.example.com

# Location of the cast files (input)
# asciinema_cast_path: files

# Location of the cast files (output)
# asciinema_html_path: /export/docker/nginx/html

Example Playbook

molecule/default/converge.yml


- name: sample playbook for role 'asciinema_player'
  hosts: all
  become: 'yes'
  vars:
    molecule_driver: '{{ lookup(''env'', ''MOLECULE_DRIVER_NAME'') }}'
    asciinema_fqdn: asciinema.example.com
    asciinema_cast_path: files
    asciinema_html_path: /export/docker/nginx/html
    nginx_docker_environment: []
    nginx_docker_networks: []
  roles:
    - deitkrachten.nginx_docker
  tasks:
    - name: Include role 'asciinema_player'
      ansible.builtin.include_role:
        name: asciinema_player