Go to file
Alexander Grothe 264f1b311c Revert "use debconf module instead of shell command"
openbox autostart calls the autostart script with sh as shell and
using ansible's debconf module does not change dash to bash
successfully, so for the moment we need to use the shell command instead.

This reverts commit 4170935a5a.
2018-08-09 10:07:20 +02:00
filter_plugins Add inital i18n translation support 2017-12-18 17:55:53 +01:00
group_vars Don't install vdr-plugin-restfulapi by default 2018-08-02 10:03:35 +02:00
handlers Use yavdr-xorg to control xlogin@vdr.service and x@vt7.service 2018-04-24 09:56:29 +02:00
library Add error handling for parse-edid call. 2018-05-08 10:28:25 +02:00
plugins/callbacks add automatic tagging for roles 2018-01-01 23:05:40 +01:00
roles Revert "use debconf module instead of shell command" 2018-08-09 10:07:20 +02:00
LICENSE Initial commit 2017-02-19 13:53:08 +01:00
Manual.html Update Manual.html 2018-06-02 20:04:57 +02:00
Manual.org Revert "use debconf module instead of shell command" 2018-08-09 10:07:20 +02:00
README.md Update README.md 2018-07-13 09:53:39 +02:00
ansible.cfg use ansible_managed instead of own variable ansible_managed_file 2018-01-16 13:07:58 +01:00
displays.yml Update displays.yml 2017-08-28 18:13:08 +02:00
hosts update README and hosts 2017-02-19 14:06:11 +01:00
install-yavdr.sh Do not add yavdr ppa, ansible in bionic repositories has been updated. 2018-04-19 10:30:43 +02:00
localhost_inventory change group name for inventory file 2017-11-12 21:17:44 +01:00
yavdr07-headless.yml Fix role name in yavdr07-headless.yml 2018-01-28 16:44:25 +01:00
yavdr07.yml Create own role for yavdr-desktop 2018-02-12 08:48:12 +01:00

README.md

yavdr-ansible

ansible playbooks for yaVDR

Usage:

On a Ubuntu Server 18.04.x (the alternative server installer should be preferred: https://www.ubuntu.com/download/alternative-downloads#alternate-ubuntu-server-installer) (or a minimal) Installation run the following commands:

sudo apt-get install git
git clone https://github.com/yavdr/yavdr-ansible
cd yavdr-ansible
git checkout bionic
sudo -H ./install-yavdr.sh