Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksanderbl29/ansible-role-hyperhdr
Ansible Role to deploy hyperhdr on debian based systems
https://github.com/aleksanderbl29/ansible-role-hyperhdr
ansible ansible-role hyperhdr
Last synced: 3 months ago
JSON representation
Ansible Role to deploy hyperhdr on debian based systems
- Host: GitHub
- URL: https://github.com/aleksanderbl29/ansible-role-hyperhdr
- Owner: aleksanderbl29
- License: agpl-3.0
- Created: 2024-04-28T17:36:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T19:18:52.000Z (5 months ago)
- Last Synced: 2024-09-30T17:23:18.623Z (3 months ago)
- Topics: ansible, ansible-role, hyperhdr
- Homepage: https://galaxy.ansible.com/ui/standalone/roles/aleksanderbl29/hyperhdr/
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role HyperHDR
=========[![CI](https://github.com/aleksanderbl29/ansible-role-hyperhdr/actions/workflows/ci.yml/badge.svg)](https://github.com/aleksanderbl29/ansible-role-hyperhdr/actions/workflows/ci.yml) ![Galaxy downloads](https://img.shields.io/ansible/role/d/aleksanderbl29/hyperhdr)
A role to deploy HyperHDR on debian based systems.
Is tested on Ubuntu 2204 and 2404 and Debian 11 and 12 through molecule. I use it in my environment with RpiOS based on Debian 11.
Requirements
------------None
Role Variables
--------------Verification checks (post-install) can be disabled with the following variables. I recommend against this, but it may be useful.
```
disable_verification: false
disable_conn_validation: false
disable_service_validation: false
```Dependencies
------------None
Example Playbook
----------------- hosts: all
roles:
- aleksanderbl29.hyperhdrLicense
-------GPL v3
Author Information
------------------This role was created in 2024 by [Aleksander Bang-Larsen](https://github.com/aleksanderbl29)