Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakoblichterfeld/ansible-role-winehq
An Ansible role to install WineHQ via repository.
https://github.com/jakoblichterfeld/ansible-role-winehq
ansible ansible-galaxy-role ansible-role wine winehq-linux winehq-stable
Last synced: about 20 hours ago
JSON representation
An Ansible role to install WineHQ via repository.
- Host: GitHub
- URL: https://github.com/jakoblichterfeld/ansible-role-winehq
- Owner: JakobLichterfeld
- License: mit
- Created: 2023-08-28T13:24:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T13:04:47.000Z (25 days ago)
- Last Synced: 2024-11-27T13:21:20.776Z (25 days ago)
- Topics: ansible, ansible-galaxy-role, ansible-role, wine, winehq-linux, winehq-stable
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: WineHQ
[![CI](https://github.com/JakobLichterfeld/ansible-role-winehq/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role-winehq/actions/workflows/ci.yml)
[![Publish role on Ansible Galaxy](https://github.com/JakobLichterfeld/ansible-role-winehq/actions/workflows/publish_role_on_ansible_galaxy.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role-winehq/actions/workflows/publish_role_on_ansible_galaxy.yml)Install WineHQ via PPA repository.
- Add GPG repository key
- Add WineHQ repository
- Enable i386 support if needed
- Install WineHQ (on Ubuntu 24.04 staging version is installed by default, as there are no packages for the stable version)
- Install PlayOnLinux (optional)
- Install Winetricks (optional)## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
| Name | Default Value | Description |
| -------------- | --------------- | -----------------------------------|
| `winehq.install_playonlinux` | true | Whether to install PlayOnLinux |
| `winehq.install_winetricks` | true | Whether to install Winetricks |
| `winehq.use_devel` | false | Whether to use the devel version of WineHQ |
| `winehq.use_staging` | false | Whether to use the staging version of WineHQ |## Dependencies
None.
## Example Playbook
```yaml
---
- hosts: all
gather_facts: true
become: trueroles:
- role: jakoblichterfeld.winehq```
## License
MIT
## Author Information
This role was created in 2023 by [Jakob Lichterfeld](https://github.com/JakobLichterfeld).