mirror of
https://github.com/de-it-krachten/ansible-role-asciinema_player
synced 2026-05-14 11:41:44 +00:00
No description
- CSS 84.7%
- Jinja 15.3%
# [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 ([ |
||
|---|---|---|
| .github/workflows | ||
| defaults | ||
| files | ||
| meta | ||
| molecule/default | ||
| tasks | ||
| templates | ||
| .ansible-lint | ||
| .cicd | ||
| .cicd.overwrite | ||
| .collections | ||
| .gitignore | ||
| .releaserc.yml | ||
| .roles | ||
| .yamllint | ||
| CHANGELOG.md | ||
| README.md | ||
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