Cleanup empty lines at beginning of file

This commit is contained in:
Alexander Grothe 2017-06-20 16:19:08 +02:00
parent 5e5f9f346a
commit ddf59c34f1
46 changed files with 899 additions and 958 deletions

View File

@ -1,4 +1,3 @@
# file: group_vars/all # file: group_vars/all
# this is the standard text to put in templates # this is the standard text to put in templates

View File

@ -1,4 +1,3 @@
- name: Restart Samba - name: Restart Samba
systemd: systemd:
name: smbd.service name: smbd.service

View File

@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
if (( $EUID != 0 )); then if (( $EUID != 0 )); then
echo "This script must be run using sudo or as root" echo "This script must be run using sudo or as root"
exit exit

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python #!/usr/bin/env python
# This Module collects the vendor- and device ids for USB- and PCI(e)-devices and currently loaded kernel modules. # This Module collects the vendor- and device ids for USB- and PCI(e)-devices and currently loaded kernel modules.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
DOCUMENTATION = ''' DOCUMENTATION = '''

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
from __future__ import print_function from __future__ import print_function
import ast import ast

View File

@ -1,3 +1,2 @@
[localhost] [localhost]
localhost connection=local localhost connection=local

View File

@ -1,4 +1,3 @@
--- ---
# file roles/autoinstall-dvbhddevice/tasks/main.yml # file roles/autoinstall-dvbhddevice/tasks/main.yml

View File

@ -1,4 +1,3 @@
--- ---
# file roles/autoinstall-dvbsddevice/tasks/main.yml # file roles/autoinstall-dvbsddevice/tasks/main.yml

View File

@ -1,4 +1,3 @@
--- ---
# file roles/autoinstall-imonlcd/tasks/main.yml # file roles/autoinstall-imonlcd/tasks/main.yml

View File

@ -1,4 +1,3 @@
--- ---
# file roles/autoinstall-libcec-daemon/tasks/main.yml # file roles/autoinstall-libcec-daemon/tasks/main.yml

View File

@ -1,4 +1,3 @@
--- ---
# file roles/autoinstall-pvr350/tasks/main.yml # file roles/autoinstall-pvr350/tasks/main.yml

View File

@ -1,4 +1,3 @@
--- ---
# file roles/autoinstall-satip/tasks/main.yml # file roles/autoinstall-satip/tasks/main.yml

View File

@ -1,4 +1,3 @@
--- ---
# file roles/autoinstall-targavfd/tasks/main.yml # file roles/autoinstall-targavfd/tasks/main.yml

View File

@ -1,4 +1,3 @@
--- ---
# file roles/autoinstall-ubuntu-drivers/tasks/main.yml # file roles/autoinstall-ubuntu-drivers/tasks/main.yml

View File

@ -1,4 +1,3 @@
--- ---
# file: roles/dvd/tasks/main.yml # file: roles/dvd/tasks/main.yml

View File

@ -1,4 +1,3 @@
system: system:
shutdown: poweroff shutdown: poweroff
grub: grub:

View File

@ -1,4 +1,3 @@
- name: Update GRUB - name: Update GRUB
command: update-grub command: update-grub
failed_when: ('error' in grub_register_update.stderr) failed_when: ('error' in grub_register_update.stderr)

View File

@ -1,4 +1,3 @@
- name: custom grub configuration for timeout and reboot halt - name: custom grub configuration for timeout and reboot halt
template: template:
src: templates/50_custom.j2 src: templates/50_custom.j2

View File

@ -1,4 +1,3 @@
#!/bin/sh #!/bin/sh
exec tail -n +3 $0 exec tail -n +3 $0

View File

@ -1,4 +1,3 @@
--- ---
- name: change udev rule to allow KODI to eject optical disks - name: change udev rule to allow KODI to eject optical disks

View File

@ -1,4 +1,3 @@
[Unit] [Unit]
Description=Start kodi in user session Description=Start kodi in user session

View File

@ -1,4 +1,3 @@
- name: install nfs server packages - name: install nfs server packages
apt: apt:
name: '{{ item }}' name: '{{ item }}'

View File

@ -1,4 +1,3 @@
/srv *(rw,fsid=0,sync,no_subtree_check,all_squash,anongid={{ vdr.gid }},anonuid={{ vdr.uid }}) /srv *(rw,fsid=0,sync,no_subtree_check,all_squash,anongid={{ vdr.gid }},anonuid={{ vdr.uid }})
{% for name, path in media_dirs.iteritems() %} {% for name, path in media_dirs.iteritems() %}
{{ path }} *(rw,fsid={{ loop.index }},sync,no_subtree_check,all_squash,anongid={{ vdr.gid }},anonuid={{ vdr.uid }}{{ ',insecure' if nfs.insecure else '' }}) {{ path }} *(rw,fsid={{ loop.index }},sync,no_subtree_check,all_squash,anongid={{ vdr.gid }},anonuid={{ vdr.uid }}{{ ',insecure' if nfs.insecure else '' }})

View File

@ -1,4 +1,3 @@
# file: roles/samba-config/tasks/main.yml # file: roles/samba-config/tasks/main.yml
# TODO: # TODO:

View File

@ -1,4 +1,3 @@
{{ ansible_managed_file | comment }} {{ ansible_managed_file | comment }}
#======================= Global Settings ======================= #======================= Global Settings =======================

View File

@ -1,4 +1,3 @@
# file: roles/samba-install/tasks/main.yml # file: roles/samba-install/tasks/main.yml
- name: install samba server - name: install samba server

View File

@ -1,4 +1,3 @@
foo: foo:
- bar - bar
- baz - baz

View File

@ -1,4 +1,3 @@
--- ---
- name: show vars - name: show vars
debug: debug:

View File

@ -1,5 +0,0 @@
vars:
foo:
- bar
- baz
- spam

View File

@ -1,4 +1,3 @@
--- ---
# file: roles/vdr/tasks/main.yml # file: roles/vdr/tasks/main.yml

View File

@ -1,4 +1,3 @@
--- ---
# file: roles/yavdr-common/defaults/main.yml # file: roles/yavdr-common/defaults/main.yml

View File

@ -1,4 +0,0 @@
// {{ ansible_managed_file }}
// Recommends are as of now still abused in many packages
APT::Install-Recommends "0";
APT::Install-Suggests "0";

View File

@ -1,4 +1,3 @@
- name: apt | prevent automatic installation of recommended packages - name: apt | prevent automatic installation of recommended packages
template: template:
src: templates/90-norecommends.j2 src: templates/90-norecommends.j2

View File

@ -1,4 +1,3 @@
{{ ansible_managed_file | comment('c') }} {{ ansible_managed_file | comment('c') }}
// Recommends are as of now still abused in many packages // Recommends are as of now still abused in many packages
APT::Install-Recommends "0"; APT::Install-Recommends "0";

View File

@ -1,2 +1 @@
install_avahi: true install_avahi: true

View File

@ -1,4 +1,3 @@
--- ---
# this playbook sets up network services for a yaVDR installation # this playbook sets up network services for a yaVDR installation

View File

@ -1,4 +1,3 @@
--- ---
# file: roles/yavdr-xorg/tasks/main.yml # file: roles/yavdr-xorg/tasks/main.yml

View File

@ -1,4 +1,3 @@
#!/bin/bash #!/bin/bash
# {{ ansible_managed_file }} # {{ ansible_managed_file }}
exec openbox-session exec openbox-session

View File

@ -1,4 +1,3 @@
env | grep "DISPLAY\|DBUS_SESSION_BUS_ADDRESS\|XDG_RUNTIME_DIR" > ~/.session-env env | grep "DISPLAY\|DBUS_SESSION_BUS_ADDRESS\|XDG_RUNTIME_DIR" > ~/.session-env
systemctl --user import-environment DISPLAY XAUTHORITY XDG_RUNTIME_DIR DBUS_SESSION_BUS_ADDRESS systemctl --user import-environment DISPLAY XAUTHORITY XDG_RUNTIME_DIR DBUS_SESSION_BUS_ADDRESS

View File

@ -1,4 +1,3 @@
# file: roles/yavdr-xorg/templates/vdr-xorg.conf # file: roles/yavdr-xorg/templates/vdr-xorg.conf
# {{ ansible_managed_file }} # {{ ansible_managed_file }}

View File

@ -1,8 +0,0 @@
[Unit]
Description=X with verbose logging on %I
Wants=graphical.target
Before=graphical.target
[Service]
Type=forking
ExecStart=/usr/bin/x-daemon -logverbose 6 -noreset %I

View File

@ -1,4 +1,3 @@
[Unit] [Unit]
Description=X with verbose logging on %I Description=X with verbose logging on %I
Wants=graphical.target Wants=graphical.target

View File

@ -1,4 +1,3 @@
[Unit] [Unit]
Description=yaVDR Desktop Description=yaVDR Desktop
Requires=default.target Requires=default.target

View File

@ -1,4 +1,3 @@
--- ---
# file: yavdr07.yml # file: yavdr07.yml
# this playbook sets up a complete yaVDR 0.7 installation # this playbook sets up a complete yaVDR 0.7 installation