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
- Host: GitHub
- URL: https://github.com/gmauro/ansible-playonlinux
- Owner: gmauro
- License: gpl-3.0
- Created: 2018-12-08T08:55:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T16:22:39.000Z (almost 6 years ago)
- Last Synced: 2025-02-03T11:14:29.643Z (4 months ago)
- Topics: ansible, ansible-role
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible PlayOnLinux
[](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.