Go to file
Alexander Grothe fbb6003cf9 Use correct syntax for tag-controlled imports
now it is possible to run just the tasks with the xorg.detect tag:
sudo -H ansible-playbook -i "localhost," --tags="xorg.detect" --connection=local yavdr07.yml
2018-01-07 17:46:55 +01:00
filter_plugins Add inital i18n translation support 2017-12-18 17:55:53 +01:00
group_vars Change ansible_managed_file variable 2018-01-01 22:37:42 +01:00
handlers fix syntax error in task and role name 2017-11-18 10:48:50 +01:00
library Fix typo 2017-12-19 09:36:32 +01:00
plugins/callbacks add automatic tagging for roles 2018-01-01 23:05:40 +01:00
roles Use correct syntax for tag-controlled imports 2018-01-07 17:46:55 +01:00
LICENSE Initial commit 2017-02-19 13:53:08 +01:00
Manual.html Use correct syntax for tag-controlled imports 2018-01-07 17:46:55 +01:00
Manual.org Use correct syntax for tag-controlled imports 2018-01-07 17:46:55 +01:00
README.md Update README.md 2017-12-28 09:54:42 +01:00
ansible.cfg add missing section header 2018-01-01 23:09:10 +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 Add block for repeated start of xorg-verbose@vt7.service 2018-01-07 17:40:29 +01:00
localhost_inventory change group name for inventory file 2017-11-12 21:17:44 +01:00
yavdr07-headless.yml Merge branch 'irmp' 2017-11-22 12:44:36 +01:00
yavdr07.yml Add role for automatic configuration of Atric IR-WakeupUSB to playbook 2018-01-01 22:51:57 +01:00

README.md

yavdr-ansible

ansible playbooks for yaVDR

Usage:

On a Ubuntu Server 18.04.x (or 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 ./install-yavdr.sh