From fbb6003cf95cd28a387028a9fea676b61bfde0fc Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Sun, 7 Jan 2018 17:46:55 +0100 Subject: [PATCH] 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 --- Manual.html | 821 ++++++++++++++++---------------- Manual.org | 9 +- roles/yavdr-xorg/tasks/main.yml | 9 +- 3 files changed, 424 insertions(+), 415 deletions(-) diff --git a/Manual.html b/Manual.html index 24c7b86..ee37d97 100644 --- a/Manual.html +++ b/Manual.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Ansible Playbooks for yaVDR 0.7 @@ -240,232 +240,232 @@ for the JavaScript code in this tag.

Inhaltsverzeichnis

-
-

1 User Stories

+
+

1 User Stories

-
-

1.1 yavdr-full

+
+

1.1 yavdr-full

A User wants to install yaVDR without customization and relies on full automation. @@ -498,22 +498,22 @@ Several roles are used to tie everything together:

-
-

1.1.1 Using vdr, pulseaudio and xorg together

+
+

1.1.1 Using vdr, pulseaudio and xorg together

-
-

2 Introduction

+
+

2 Introduction

One of the major problems we faced with customized Ubuntu ISO files as installation media for prior yaVDR versions has been the limited hardware support and the time consuming process to create and update them. An interesting alternative to this approach is to enable the user to choose the installation medium himself so point releases, kernel versions and additional drivers can be chosen deliberately. After the basic setup is complete (and a working internet connection is available), a fully customizable install script completes the yaVDR installation.

-
-

3 Installing and configuring yaVDR with Ansible

+
+

3 Installing and configuring yaVDR with Ansible

This is an experimental feature which allows to set up a yaVDR installation based on a normal Ubuntu Server 16.04.x installation using Ansible. @@ -545,8 +545,8 @@ We use a callback to generate tags for all roles autmatically:

-
-

3.1 Install script for local usage

+
+

3.1 Install script for local usage

if (( $EUID != 0 )); then
@@ -569,12 +569,12 @@ ansible-playbook yavdr07.yml -b -i 'localhost_inventory
 
-
-

4 Playbooks

+
+

4 Playbooks

-
-

4.1 yavdr07.yml

+
+

4.1 yavdr07.yml

The yavdr07.yml playbook sets up a fully-featured yaVDR installation: @@ -623,8 +623,8 @@ The yavdr07.yml playbook sets up a fully-featured yaVDR installatio

-
-

4.2 yavdr07-headless.yml

+
+

4.2 yavdr07-headless.yml

For a headless server installation yavdr07-headless.yml is a good choice @@ -657,8 +657,8 @@ For a headless server installation yavdr07-headless.yml is a good c

-
-

5 Hosts

+
+

5 Hosts

This playbook can either be used to run the installation on the localhost or any other PC in the network that can be accessed via ssh. Simply add the host names or IP addresses to the hosts file in the respective section: @@ -672,12 +672,12 @@ This playbook can either be used to run the installation on the localhost or any

-
-

6 Group Variables

+
+

6 Group Variables

-
-

6.1 default text for templates used by ansible

+
+

6.1 default text for templates used by ansible

---
@@ -689,8 +689,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.2 PPAs

+
+

6.2 PPAs

branch: experimental
@@ -705,8 +705,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.3 VDR user, directories, special configuration and plugins

+
+

6.3 VDR user, directories, special configuration and plugins

# properties of the user vdr and vdr-related options
@@ -732,8 +732,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.4 Media directories

+
+

6.4 Media directories

# dictionary of directories for (shared) files. Automatically exported via NFS and Samba if those roles are enabled
@@ -748,8 +748,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.5 NFS

+
+

6.5 NFS

nfs:
@@ -758,8 +758,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.6 Samba

+
+

6.6 Samba

samba:
@@ -769,8 +769,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.7 Additional packages

+
+

6.7 Additional packages

# additional packages you want to install
@@ -786,8 +786,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.8 System pre-configuration

+
+

6.8 System pre-configuration

frontend: vdr
@@ -802,20 +802,20 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

7 Roles

+
+

7 Roles

-
-

7.1 install-dependencies

+
+

7.1 install-dependencies

-
-

7.1.1 tasks

+
+

7.1.1 tasks

    -
  1. main.yml
    +
  2. main.yml
    ---
    @@ -835,19 +835,19 @@ This playbook can either be used to run the installation on the localhost or any
     
    -
    -

    7.2 nvidia-387 drivers

    +
    +

    7.2 nvidia-387 drivers

    install nvidia-387 from ppa:graphics-drivers/ppa

    -
    -

    7.2.1 tasks

    +
    +

    7.2.1 tasks

      -
    1. main.yml
      +
    2. main.yml
      ---
      @@ -877,15 +877,15 @@ install nvidia-387 from ppa:graphics-drivers/ppa
       
    -
    -

    7.3 yavdr-common

    +
    +

    7.3 yavdr-common

    This role is used to set up a basic yaVDR installation. It creates the directories, installs the vdr and other useful packages.

    -
    -

    7.3.1 default variables

    +
    +

    7.3.1 default variables

    This section is for reference only, please use the files in global_vars for customizations. @@ -898,7 +898,7 @@ This section is for reference only, please use the files in global_vars

      -
    1. Repositories
      +
    2. Repositories

      You can set a list of package repositories which provide the necessary packages. Feel free to use own PPAs if you need special customization to the VDR and it’s plugins. @@ -915,7 +915,7 @@ You can set a list of package repositories which provide the necessary packages.

  3. -
  4. Drivers
    +
  5. Drivers

    Automatically installed drivers can be very useful, but if you know you need a certain driver, you can simply set it’s value to true. If you don’t want a driver to be installed, set it’s value to false. @@ -928,7 +928,7 @@ Automatically installed drivers can be very useful, but if you know you need a c

-
  • Additional Packages
    +
  • Additional Packages

    Add additional packages you would like to have on your installation to this list @@ -942,7 +942,7 @@ Add additional packages you would like to have on your installation to this list

  • -
  • VDR
    +
  • VDR

    This section allows you to set the recording directory, the user and group that runs the vdr and it’s home directory. @@ -975,15 +975,15 @@ This section allows you to set the recording directory, the user and group that

  • -
    -

    7.3.2 tasks

    +
    +

    7.3.2 tasks

    yavdr-common executes the following tasks:

      -
    1. main.yml
      +
    2. main.yml
      ---
      @@ -999,7 +999,7 @@ yavdr-common executes the following tasks:
       
        -
      1. Disable default installation of recommended packages
        +
      2. Disable default installation of recommended packages

        This task prevents apt to automatically install all recommended dependencies for packages: @@ -1016,7 +1016,7 @@ This task prevents apt to automatically install all recommended dependencies for

    -
  • Set up package repositories
    +
  • Set up package repositories
    - name: add PPAs
    @@ -1036,7 +1036,7 @@ This task prevents apt to automatically install all recommended dependencies for
     
  • -
  • Use bash instead of dash
    +
  • Use bash instead of dash
    - name: use bash instead of dash
    @@ -1048,10 +1048,10 @@ This task prevents apt to automatically install all recommended dependencies for
     
  • -
  • create user vdr
  • -
  • Disable release-upgrade notifications
    +
  • create user vdr
  • +
  • Disable release-upgrade notifications
      -
    1. SOMEDAY move from lineinfile to template
      +
    2. SOMEDAY move from lineinfile to template
      - name: disable release-upgrade notifications
      @@ -1073,7 +1073,7 @@ This task prevents apt to automatically install all recommended dependencies for
       
  • -
  • Install essential packages
    +
  • Install essential packages
    - name: apt | install basic packages
    @@ -1105,7 +1105,7 @@ This task prevents apt to automatically install all recommended dependencies for
     
  • -
  • Install additional packages (user defined)
    +
  • Install additional packages (user defined)
    - name: apt | install extra packages
    @@ -1119,13 +1119,13 @@ This task prevents apt to automatically install all recommended dependencies for
     
  • -
  • create directories
  • +
  • create directories
  • -
    -

    7.3.3 templates

    +
    +

    7.3.3 templates

    {{ ansible_managed_file | comment('c') }}
    @@ -1137,16 +1137,16 @@ APT::Install-Suggests "0";
     
    -
    -

    7.4 collect facts about the system with custom modules

    +
    +

    7.4 collect facts about the system with custom modules

    -
    -

    7.4.1 tasks

    +
    +

    7.4.1 tasks

      -
    1. main.yml
      +
    2. main.yml
      - name: get information about usb and pci hardware and loaded kernel modules
      @@ -1186,16 +1186,16 @@ APT::Install-Suggests "0";
       
    -
    -

    7.5 vdr

    +
    +

    7.5 vdr

    -
    -

    7.5.1 tasks

    +
    +

    7.5.1 tasks

      -
    1. install the basic vdr packages
      +
    2. install the basic vdr packages
      ---
      @@ -1214,7 +1214,7 @@ APT::Install-Suggests "0";
       
    3. -
    4. Add svdrp/svdrp-disc to /etc/services
      +
    5. Add svdrp/svdrp-disc to /etc/services
      - name: add svdrp and svdrp-disc to /etc/services
      @@ -1229,7 +1229,7 @@ APT::Install-Suggests "0";
       
    6. -
    7. Set up the recording directory for the vdr user
      +
    8. Set up the recording directory for the vdr user
      - name: create vdr recdir
      @@ -1264,7 +1264,7 @@ APT::Install-Suggests "0";
       
    9. -
    10. Install additional vdr plugins
      +
    11. Install additional vdr plugins

      The additional plugins to install can be set in the variable {{vdr_plugins}} in the group variables @@ -1282,7 +1282,7 @@ The additional plugins to install can be set in the variable {{vdr_plugins

    -
  • copy vdr configuration files (if they don’t exist yet)
    +
  • copy vdr configuration files (if they don’t exist yet)
    - name: ensure vdr is stopped
    @@ -1315,15 +1315,15 @@ The additional plugins to install can be set in the variable {{vdr_plugins
     
     
    -
    -

    7.5.2 templates

    +
    +

    7.5.2 templates

    -
    -

    7.5.3 files

    +
    +

    7.5.3 files

      -
    1. remote.conf
      +
    2. remote.conf
      LIRC.Up KEY_UP
      @@ -1458,7 +1458,7 @@ XKeySym.Next       XF86AudioNext
       
    3. -
    4. keymacros.conf
      +
    5. keymacros.conf
      # Remote control key macros for VDR
      @@ -1484,12 +1484,12 @@ User0     @osdteletext
       
    -
    -

    7.6 STARTED yavdr-network

    +
    +

    7.6 STARTED yavdr-network

    -
    -

    7.6.1 default variables

    +
    +

    7.6.1 default variables

    install_avahi: true
    @@ -1497,8 +1497,8 @@ User0     @osdteletext
     
    -
    -

    7.6.2 tasks

    +
    +

    7.6.2 tasks

    ---
    @@ -1568,15 +1568,15 @@ User0     @osdteletext
     
    -
    -

    7.7 nfs-server

    +
    +

    7.7 nfs-server

    -
    -

    7.7.1 TODO avahi-services für NFS beim Stoppen des nfs-kernel-servers depublizieren, beim Start wieder announcen

    +
    +

    7.7.1 TODO avahi-services für NFS beim Stoppen des nfs-kernel-servers depublizieren, beim Start wieder announcen

    -
    -

    7.7.2 tasks

    +
    +

    7.7.2 tasks

    ---
    @@ -1605,12 +1605,12 @@ User0     @osdteletext
     
    -
    -

    7.7.3 templates

    +
    +

    7.7.3 templates

      -
    1. /etc/exports
      +
    2. /etc/exports
      /srv *(rw,fsid=0,sync,no_subtree_check,all_squash,anongid={{ vdr.gid }},anonuid={{ vdr.uid }})
      @@ -1621,7 +1621,7 @@ User0     @osdteletext
       
    3. -
    4. avahi services
      +
    5. avahi services
      <?xml version="1.0" standalone='no'?>
      @@ -1642,12 +1642,12 @@ User0     @osdteletext
       
    -
    -

    7.8 STARTED yavdr-remote

    +
    +

    7.8 STARTED yavdr-remote

    -
    -

    7.8.1 default variables

    +
    +

    7.8.1 default variables

    lircd0_socket: /var/run/lirc/lircd0
    @@ -1655,8 +1655,8 @@ User0     @osdteletext
     
    -
    -

    7.8.2 tasks

    +
    +

    7.8.2 tasks

    ---
    @@ -1720,12 +1720,12 @@ User0     @osdteletext
     
    -
    -

    7.8.3 templates

    +
    +

    7.8.3 templates

      -
    1. Systemd Drop-in to start vdr with lirc support
      +
    2. Systemd Drop-in to start vdr with lirc support
      {% if frontend != 'kodi' %}
      @@ -1736,7 +1736,7 @@ User0     @osdteletext
       
    3. -
    4. Systemd Drop-in to start lircd2uinput with lircd
      +
    5. Systemd Drop-in to start lircd2uinput with lircd
      [Service]
      @@ -1746,7 +1746,7 @@ User0     @osdteletext
       
    6. -
    7. create /etc/rc_maps.cfg
      +
    8. create /etc/rc_maps.cfg
      #
      @@ -1937,17 +1937,17 @@ ati_remote    rc-medion-x10-digitainer   /lib/udev/rc_keymaps/rc-medion-x10-digi
       
    -
    -

    7.8.4 files

    +
    +

    7.8.4 files

    -
    -

    7.9 pulseaudio

    +
    +

    7.9 pulseaudio

    -
    -

    7.9.1 tasks

    +
    +

    7.9.1 tasks

    ---
    @@ -1970,8 +1970,8 @@ ati_remote    rc-medion-x10-digitainer   /lib/udev/rc_keymaps/rc-medion-x10-digi
     
    -
    -

    7.9.2 templates

    +
    +

    7.9.2 templates

    # Use PulseAudio by default
    @@ -1993,12 +1993,12 @@ ati_remote    rc-medion-x10-digitainer   /lib/udev/rc_keymaps/rc-medion-x10-digi
     
    -
    -

    7.10 yavdr-xorg

    +
    +

    7.10 yavdr-xorg

    -
    -

    7.10.1 About the GUI session

    +
    +

    7.10.1 About the GUI session

    The X-Server is started by using the two systemd units xlogin@.service and x@.service provided by the package xlogin. The former is enabled (and started) for the vdr user - which results (using the default settings for the user vdr with the uid 666) in the activation of xlogin@vdr.service when reaching the graphical.target. @@ -2027,27 +2027,30 @@ In order to achive a clean shutdown of the session, x@t7.service is

    -
    -

    7.10.2 default variables

    +
    +

    7.10.2 default variables

    -
    -

    7.10.3 tasks

    +
    +

    7.10.3 tasks

      -
    1. main.yml
      +
    2. main.yml
      ---
       # file: roles/yavdr-xorg/tasks/main.yml
      -- import_tasks: setup-xorg.yml tags=install,update
      -- import_tasks: detect-xorg.yml tags=xorg:detect,install
      -- import_tasks: desktop-session.yml tags=install,update
      +- import_tasks: setup-xorg.yml
      +  tags: [install,update]
      +- import_tasks: detect-xorg.yml
      +  tags: [xorg.detect,install]
      +- import_tasks: desktop-session.yml
      +  tags: [install,update]
       
    3. -
    4. setup-xorg.yml
      +
    5. setup-xorg.yml
      ---
      @@ -2151,7 +2154,7 @@ In order to achive a clean shutdown of the session, x@t7.service is
       
    6. -
    7. detect-xorg.yml
      +
    8. detect-xorg.yml
      ---
      @@ -2272,7 +2275,7 @@ In order to achive a clean shutdown of the session, x@t7.service is
       
    9. -
    10. desktop-session.yml
      +
    11. desktop-session.yml
      ---
      @@ -2391,14 +2394,14 @@ In order to achive a clean shutdown of the session, x@t7.service is
       
    -
    -

    7.10.4 templates

    +
    +

    7.10.4 templates

      -
    1. xorg
      +
    2. xorg
        -
      1. x-verbose@.service
        +
      2. x-verbose@.service
        # file: roles/yavdr-xorg/templates/systemd/system/x-verbose@.service.j2
        @@ -2414,7 +2417,7 @@ In order to achive a clean shutdown of the session, x@t7.service is
         
      3. -
      4. Drop-in snippet for x@.service
        +
      5. Drop-in snippet for x@.service
        [Unit]
        @@ -2435,7 +2438,7 @@ In order to achive a clean shutdown of the session, x@t7.service is
         
      6. -
      7. Drop-in snippet for vdr.service
        +
      8. Drop-in snippet for vdr.service
        {{ ansible_managed_file | comment }}
        @@ -2447,7 +2450,7 @@ In order to achive a clean shutdown of the session, x@t7.service is
         
      9. -
      10. .xinitrc
        +
      11. .xinitrc
        #!/bin/bash
        @@ -2457,7 +2460,7 @@ In order to achive a clean shutdown of the session, x@t7.service is
         
      12. -
      13. xorg.conf
        +
      14. xorg.conf
        Section "Device"
        @@ -2786,7 +2789,7 @@ EndSection
         
      15. -
      16. .Xresources
        +
      17. .Xresources
        xterm*background: Black
        @@ -2811,7 +2814,7 @@ XTerm.vt100.font: 7x13
         
    3. -
    4. vdr
      +
    5. vdr
      [Service]
      @@ -2827,9 +2830,9 @@ XTerm.vt100.font: 7x13
       
    6. -
    7. Systemd User Session
      +
    8. Systemd User Session
        -
      1. yavdr-desktop.target
        +
      2. yavdr-desktop.target
        [Unit]
        @@ -2843,7 +2846,7 @@ XTerm.vt100.font: 7x13
         
      3. -
      4. detect-second-display
        +
      5. detect-second-display
        [Unit]
        @@ -2859,7 +2862,7 @@ XTerm.vt100.font: 7x13
         
      6. -
      7. openbox-second.service
        +
      8. openbox-second.service
        [Unit]
        @@ -2881,7 +2884,7 @@ XTerm.vt100.font: 7x13
         
      9. -
      10. osd2web.service
        +
      11. osd2web.service
        [Unit]
        @@ -2902,7 +2905,7 @@ XTerm.vt100.font: 7x13
         
      12. -
      13. tmux.service
        +
      14. tmux.service
        [Unit]
        @@ -2921,7 +2924,7 @@ XTerm.vt100.font: 7x13
         
      15. -
      16. wm-exit.service
        +
      17. wm-exit.service
        [Unit]
        @@ -2941,7 +2944,7 @@ XTerm.vt100.font: 7x13
         
    9. -
    10. irexec
      +
    11. irexec

      irexec.service starts irexec for the user session @@ -2971,9 +2974,9 @@ end

  • -
  • openbox
    +
  • openbox
      -
    1. autostart
      +
    2. autostart
      # forward environment variables to an environment file and the systemd user session
      @@ -3009,7 +3012,7 @@ systemctl --user isolate yavdr-desktop.target
       
    3. -
    4. rc.xml
      +
    5. rc.xml
      <?xml version="1.0" encoding="UTF-8"?>
      @@ -3829,12 +3832,12 @@ systemctl --user isolate yavdr-desktop.target
       
      -
      -

      7.11 samba-install

      +
      +

      7.11 samba-install

      -
      -

      7.11.1 tasks

      +
      +

      7.11.1 tasks

      ---
      @@ -3856,12 +3859,12 @@ systemctl --user isolate yavdr-desktop.target
       
      -
      -

      7.12 samba-config

      +
      +

      7.12 samba-config

      -
      -

      7.12.1 tasks

      +
      +

      7.12.1 tasks

      ---
      @@ -3886,14 +3889,14 @@ systemctl --user isolate yavdr-desktop.target
       
      -
      -

      7.12.2 templates

      +
      +

      7.12.2 templates

        -
      1. smb.conf
        +
      2. smb.conf
          -
        1. global settings
          +
        2. global settings
          {{ ansible_managed_file | comment }}
          @@ -3979,7 +3982,7 @@ systemctl --user isolate yavdr-desktop.target
           
        3. -
        4. media directories
          +
        5. media directories
          {% for name, path in media_dirs.iteritems() %}
          @@ -4001,7 +4004,7 @@ systemctl --user isolate yavdr-desktop.target
           
        6. -
        7. include custom samba exports
          +
        8. include custom samba exports
          include = /etc/samba/smb.conf.custom
          @@ -4014,15 +4017,15 @@ systemctl --user isolate yavdr-desktop.target
           
      -
      -

      7.13 STARTED autoinstall-drivers

      +
      +

      7.13 STARTED autoinstall-drivers

      It would be nice to be able to detect if it is suitable to install those drivers:

      -
      -

      7.13.1 TODO sundtek for Sundtek devices (local or network connection)

      +
      +

      7.13.1 TODO sundtek for Sundtek devices (local or network connection)

      Vendor-IDs: @@ -4033,14 +4036,14 @@ Vendor-IDs:

      -
      -

      7.13.2 TODO dddvb-dkms if only newer DD cards are detected

      +
      +

      7.13.2 TODO dddvb-dkms if only newer DD cards are detected

      -
      -

      7.13.3 TODO media-build-experimental (up to kernel 4.8) for „old“ cards like TT S2-6400 FF

      +
      +

      7.13.3 TODO media-build-experimental (up to kernel 4.8) for „old“ cards like TT S2-6400 FF

      -
      -

      7.13.4 TODO newly merged DD drivers

      +
      +

      7.13.4 TODO newly merged DD drivers

      from http://www.vdr-portal.de/board18-vdr-hardware/board102-dvb-karten/120817-treiber-der-cine-ctv6-ddbridge-ci-in-den-kernel-integrieren/ @@ -4049,15 +4052,15 @@ from -

      7.14 autoinstall-ubuntu-drivers

      +
      +

      7.14 autoinstall-ubuntu-drivers

      The tool ubuntu-drivers is used to install the matching driver version for nvidia graphics cards, virtualbox guest additions and Intel and AMD microcode updates.

      -
      -

      7.14.1 tasks

      +
      +

      7.14.1 tasks

      ---
      @@ -4081,8 +4084,8 @@ The tool ubuntu-drivers is used to install the matching driver version for nvidi
       
      -
      -

      7.15 autoinstall-virtualbox-guest

      +
      +

      7.15 autoinstall-virtualbox-guest

      This role installs the guest additions for virtualbox guests on Ubuntu 16.04 @@ -4113,12 +4116,12 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04

      -
      -

      7.16 autoinstall-atric-usb

      +
      +

      7.16 autoinstall-atric-usb

      -
      -

      7.16.1 dependencies

      +
      +

      7.16.1 dependencies

      ---
      @@ -4129,8 +4132,8 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
       
      -
      -

      7.16.2 tasks

      +
      +

      7.16.2 tasks

      ---
      @@ -4173,8 +4176,8 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
       
      -
      -

      7.16.3 templates

      +
      +

      7.16.3 templates

      {{ ansible_managed_file | comment }}
      @@ -4203,15 +4206,15 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
       
      -
      -

      7.17 autoinstall-satip

      +
      +

      7.17 autoinstall-satip

      If a Sat>IP Server responds to a discovery request, the package vdr-plugin-satip is installed.

      -
      -

      7.17.1 tasks

      +
      +

      7.17.1 tasks

      ---
      @@ -4236,12 +4239,12 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
       
      -
      -

      7.18 autoinstall-targavfd

      +
      +

      7.18 autoinstall-targavfd

      -
      -

      7.18.1 tasks

      +
      +

      7.18.1 tasks

      ---
      @@ -4257,12 +4260,12 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
       
      -
      -

      7.19 autoinstall-imonlcd

      +
      +

      7.19 autoinstall-imonlcd

      -
      -

      7.19.1 tasks

      +
      +

      7.19.1 tasks

      ---
      @@ -4278,12 +4281,12 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
       
      -
      -

      7.20 autoinstall-libcecdaemon

      +
      +

      7.20 autoinstall-libcecdaemon

      -
      -

      7.20.1 tasks

      +
      +

      7.20.1 tasks

      ---
      @@ -4299,12 +4302,12 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
       
      -
      -

      7.21 autoinstall-pvr350

      +
      +

      7.21 autoinstall-pvr350

      -
      -

      7.21.1 tasks

      +
      +

      7.21.1 tasks

      ---
      @@ -4320,8 +4323,8 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
       
      -
      -

      7.22 autoinstall-hauppauge-pvr

      +
      +

      7.22 autoinstall-hauppauge-pvr

      ---
      @@ -4336,12 +4339,12 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
       
      -
      -

      7.23 autoinstall-dvbsky-firmware

      +
      +

      7.23 autoinstall-dvbsky-firmware

      -
      -

      7.23.1 defaults

      +
      +

      7.23.1 defaults

      ---
      @@ -4351,8 +4354,8 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
       
      -
      -

      7.23.2 tasks

      +
      +

      7.23.2 tasks

      ---
      @@ -4402,15 +4405,15 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
       
      -
      -

      7.24 TODO autoinstall-dvbhddevice

      +
      +

      7.24 TODO autoinstall-dvbhddevice

      Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware sollte in yavdr-firmware stecken

      -
      -

      7.24.1 tasks

      +
      +

      7.24.1 tasks

      ---
      @@ -4427,12 +4430,12 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
       
      -
      -

      7.25 autoinstall-dvbsddevice

      +
      +

      7.25 autoinstall-dvbsddevice

      -
      -

      7.25.1 tasks

      +
      +

      7.25.1 tasks

      ---
      @@ -4450,12 +4453,12 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
       
      -
      -

      7.26 autoinstall-hardware-irmp

      +
      +

      7.26 autoinstall-hardware-irmp

      -
      -

      7.26.1 tasks

      +
      +

      7.26.1 tasks

      ---
      @@ -4471,24 +4474,24 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
       
        -
      1. TODO add other device ids if necessary
      2. +
      3. TODO add other device ids if necessary
      -
      -

      7.27 kodi

      +
      +

      7.27 kodi

      -
      -

      7.27.1 tasks

      +
      +

      7.27.1 tasks

        -
      1. Install KODI
        +
      2. Install KODI
          -
        • main.yml
          -
          +
        • main.yml
          +
          - import_tasks: install-kodi.yml tags=install,update,kodi:install
           - import_tasks: configure-kodi.yml tags=install,update,kodi:configure
          @@ -4496,7 +4499,7 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
           
        • -
        • install-kodi.yml
          +
        • install-kodi.yml
          ---
          @@ -4514,7 +4517,7 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
           
        • -
        • configure-kodi.yml
          +
        • configure-kodi.yml
          - name: create kodi.service for the user session
          @@ -4563,12 +4566,12 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
           
      -
      -

      7.27.2 templates

      +
      +

      7.27.2 templates

        -
      1. kodi.service
        +
      2. kodi.service

        This systemd unit for the user session starts (and stops) kodi. @@ -4593,15 +4596,15 @@ This systemd unit for the user session starts (and stops) kodi.

      -
      -

      7.27.3 files

      +
      +

      7.27.3 files

      Those configuration files provide a preconfiguration for kodi which overrides the system wide configuration

        -
      1. Lircmap.xml
        +
      2. Lircmap.xml

        This file allows to map keys sent by remotes via eventlircd (which uses the name devinput) to kodi key names. @@ -4671,14 +4674,14 @@ This file allows to map keys sent by remotes via eventlircd (which uses the name

    6. -
    7. keymaps
      +
    8. keymaps

      This file maps the keys defined in Lircmap.xml to actions within kodi.

        -
      1. remote.xml
        +
      2. remote.xml
        <!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
        @@ -5229,17 +5232,17 @@ This file maps the keys defined in Lircmap.xml to actions within kodi.
         
  • -
    -

    7.28 dvd

    +
    +

    7.28 dvd

    -
    -

    7.28.1 tasks

    +
    +

    7.28.1 tasks

      -
    • install libdvd-pkg, allow programs to eject optical media
      -
      +
    • install libdvd-pkg, allow programs to eject optical media
      +
      ---
       # file: roles/dvd/tasks/main.yml
      @@ -5279,8 +5282,8 @@ This file maps the keys defined in Lircmap.xml to actions within kodi.
       
    -
    -

    7.29 template-test

    +
    +

    7.29 template-test

    ---
    @@ -5521,12 +5524,12 @@ EndSection
     
    -
    -

    7.30 wakeup

    +
    +

    7.30 wakeup

    -
    -

    7.30.1 defaults

    +
    +

    7.30.1 defaults

    ---
    @@ -5536,8 +5539,8 @@ EndSection
     
    -
    -

    7.30.2 tasks

    +
    +

    7.30.2 tasks

    ---
    @@ -5558,8 +5561,8 @@ EndSection
     
    -
    -

    7.30.3 templates

    +
    +

    7.30.3 templates

    {{ ansible_managed_file | comment }}
    @@ -5585,12 +5588,12 @@ ACPI_START_AHEAD=5
     
    -
    -

    7.31 grub-config

    +
    +

    7.31 grub-config

    -
    -

    7.31.1 default variables

    +
    +

    7.31.1 default variables

    system:
    @@ -5602,8 +5605,8 @@ ACPI_START_AHEAD=5
     
    -
    -

    7.31.2 tasks

    +
    +

    7.31.2 tasks

    ---
    @@ -5628,8 +5631,8 @@ ACPI_START_AHEAD=5
     
    -
    -

    7.31.3 templates

    +
    +

    7.31.3 templates

    #!/bin/sh
    @@ -5652,8 +5655,8 @@ menuentry "PowerOff" {
     
    -
    -

    7.31.4 handlers

    +
    +

    7.31.4 handlers

    ---
    @@ -5671,15 +5674,15 @@ menuentry "PowerOff" {
     
    -
    -

    8 Modules

    +
    +

    8 Modules

    This section contains custom modules for the yaVDR Playbooks. They are used to collect facts about the system and configure applications and daemons.

    -
    -

    8.1 hardware_facts.py

    +
    +

    8.1 hardware_facts.py

    # This Module collects the vendor- and device ids for USB- and PCI(e)-devices and currently loaded kernel modules.
    @@ -5856,8 +5859,8 @@ This section contains custom modules for the yaVDR Playbooks. They are used to c
     
    -
    -

    8.2 satip_facts.py

    +
    +

    8.2 satip_facts.py

    DOCUMENTATION = '''
    @@ -5981,8 +5984,8 @@ This section contains custom modules for the yaVDR Playbooks. They are used to c
     
    -
    -

    8.3 xrandr_facts.py

    +
    +

    8.3 xrandr_facts.py

    • [ ] support multiple screens (-d :0.0 .. :0.n)
    • @@ -6264,8 +6267,8 @@ This section contains custom modules for the yaVDR Playbooks. They are used to c
    -
    -

    9 Handlers

    +
    +

    9 Handlers

    - name: Reconfigure unattended upgrades with dpkg
    @@ -6330,7 +6333,7 @@ This section contains custom modules for the yaVDR Playbooks. They are used to c
     

    Autor: Alexander Grothe <seahawk1986@gmx.de>

    -

    Created: 2018-01-07 So 17:40

    +

    Created: 2018-01-07 So 17:46

    Validate

    diff --git a/Manual.org b/Manual.org index f4bb2f6..ae5db7a 100644 --- a/Manual.org +++ b/Manual.org @@ -1685,9 +1685,12 @@ b'\xde\xad\xbe\xef' #+BEGIN_SRC yaml :tangle roles/yavdr-xorg/tasks/main.yml :mkdirp yes :padline no --- # file: roles/yavdr-xorg/tasks/main.yml -- import_tasks: setup-xorg.yml tags=install,update -- import_tasks: detect-xorg.yml tags=xorg:detect,install -- import_tasks: desktop-session.yml tags=install,update +- import_tasks: setup-xorg.yml + tags: [install,update] +- import_tasks: detect-xorg.yml + tags: [xorg.detect,install] +- import_tasks: desktop-session.yml + tags: [install,update] #+END_SRC **** setup-xorg.yml #+BEGIN_SRC yaml :tangle roles/yavdr-xorg/tasks/setup-xorg.yml :mkdirp yes :padline no diff --git a/roles/yavdr-xorg/tasks/main.yml b/roles/yavdr-xorg/tasks/main.yml index 0a4d7bf..81a04fd 100644 --- a/roles/yavdr-xorg/tasks/main.yml +++ b/roles/yavdr-xorg/tasks/main.yml @@ -1,5 +1,8 @@ --- # file: roles/yavdr-xorg/tasks/main.yml -- import_tasks: setup-xorg.yml tags=install,update -- import_tasks: detect-xorg.yml tags=xorg:detect,install -- import_tasks: desktop-session.yml tags=install,update +- import_tasks: setup-xorg.yml + tags: [install,update] +- import_tasks: detect-xorg.yml + tags: [xorg.detect,install] +- import_tasks: desktop-session.yml + tags: [install,update]