An open API service indexing awesome lists of open source software.

https://github.com/gmauro/ansible-playonlinux

Ansible role to install PlayOnLinux on Debian or Ubuntu system
https://github.com/gmauro/ansible-playonlinux

ansible ansible-role

Last synced: 2 months ago
JSON representation

Ansible role to install PlayOnLinux on Debian or Ubuntu system

Awesome Lists containing this project

README

        

# Ansible PlayOnLinux
[![Build Status](https://travis-ci.org/gmauro/ansible-playonlinux.svg?branch=master)](https://travis-ci.org/gmauro/ansible-playonlinux)
[Ansible](https://wwww.ansible.com) role to install [PlayOnLinux](http://www.playonlinux.com) on Ubuntu or Debian systems .

## Usage

Clone this repo into your roles directory:

```bash
$ git clone https://github.com/gmauro/ansible-playonlinux.git roles/playonlinux
```

And add it to your play's roles:

```yaml
- hosts: ...
roles:
- playonlinux
- ...
```

This role comes preloaded with multiple available defaults. You can override each one in your hosts/group vars, in your inventory, or in your play. See the annotated defaults in ``defaults/main.yml`` for help in configuration.