No description
  • CSS 84.7%
  • Jinja 15.3%
Find a file
semantic-release-bot 94d22318bd chore(release): 1.7.0 [skip ci]
# [1.7.0](https://github.com/de-it-krachten/ansible-role-asciinema_player/compare/v1.6.0...v1.7.0) (2026-07-26)

### Features

* Added support for Fedora 44 ([2b84719](2b84719248))
* Added support for Ubuntu 26.04 LTS ([6c76086](6c760863ec))
* Drop support for Fedora 42 ([1aa3754](1aa37548b0))
2026-07-26 19:50:51 +00:00
.github/workflows Update CI 2026-07-22 22:56:56 +02: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-06-07 16:39:28 +02:00
molecule/default Update CI 2026-07-25 16:14:06 +02: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 Update CI 2026-06-07 16:39:28 +02:00
.cicd Update CI 2026-06-09 10:40:41 +02:00
.cicd.overwrite Update CI 2026-06-08 18:53:23 +02: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.7.0 [skip ci] 2026-07-26 19:50:51 +00:00
README.md Update CI 2026-06-07 16:39:28 +02: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
  • Ubuntu 26.04 LTS1
  • Fedora 431
  • Fedora 441
  • 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