serviio-ansible-role
serviio-ansible-role
Ansible role to install Serviio Media Streaming Server.
Requirements
- centos/rhel 7 or ubuntu 16.04
- ansible >= 2.2
- selinux disabled
Installation
$ ansible-galaxy install zaxos.serviio-ansible-role
Example Playbook
- hosts: servers
vars:
serviio_version: 1.9
roles:
- role: zaxos.serviio-ansible-role
Role Variables
The main variable:
serviio_version
: serviio version to install (latest is 1.9)
Some variables that require review:
serviio_configure_firewalld
: True
By default firewalld will be installed, configured and enabled if CentOS/RedHat operating system is detected. Change to "False" if you don't want to use firewalld.serviio_install_path
: /opt
Some defaults (probably not requiring tampering):
serviio_download_URL
: http://download.serviio.org/releasesserviio_user
: serviioserviio_group
: serviioserviio_create_service
: Trueserviio_service_name
: serviioserviio_enabled_on_startup
: Trueserviio_start_service_after_install
: True
Usage
After installation, point your browser to: http://IP_or_FQDN:23423/console
Install
ansible-galaxy install zaxos/serviio-ansible-role
License
gpl-2.0
Downloads
33
Owner