8000 GitHub - JRHemmen/ansible_role_roon_core: An Ansible role that installs Roon Core using the official installer script.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An Ansible role that installs Roon Core using the official installer script.

License

Notifications You must be signed in to change notification settings

JRHemmen/ansible_role_roon_core

Go to file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roon_core

An Ansible role that installs Roon Core using the official installer script.

Requirements

None.

Role Variables

database_path: This variable defines where Roon should place its database. default is /var/roon.

Dependencies

None.

Example Playbook

- name: Install Roon Core
  hosts: roon_core
  become: yes
  roles:
    - jrhemmen.roon_core
  tags:
    - roon_core
  vars:
    - database_path: "/some/other/db/path"
     ---

License

GPLv3

About

An Ansible role that installs Roon Core using the official installer script.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0