JakobLichterfeld / ansible-role-winehq

An Ansible role to install WineHQ via repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: WineHQ

CI Publish role on Ansible Galaxy

Install WineHQ via PPA repository.

  • Add GPG repository key
  • Add WineHQ repository
  • Enable i386 support if needed
  • Install WineHQ
  • 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

Dependencies

None.

Example Playbook

---
- hosts: all
  gather_facts: true
  become: true

  roles:
    - role: jakoblichterfeld.winehq

License

MIT

Author Information

This role was created in 2023 by Jakob Lichterfeld.

About

An Ansible role to install WineHQ via repository.

License:MIT License