Cleanup empty lines at beginning of file
This commit is contained in:
parent
5e5f9f346a
commit
ddf59c34f1
@ -1,4 +1,3 @@
|
||||
|
||||
# file: group_vars/all
|
||||
|
||||
# this is the standard text to put in templates
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
- name: Restart Samba
|
||||
systemd:
|
||||
name: smbd.service
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (( $EUID != 0 )); then
|
||||
echo "This script must be run using sudo or as root"
|
||||
exit
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#!/usr/bin/env python
|
||||
|
||||
# This Module collects the vendor- and device ids for USB- and PCI(e)-devices and currently loaded kernel modules.
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#!/usr/bin/env python2
|
||||
|
||||
DOCUMENTATION = '''
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#!/usr/bin/env python2
|
||||
from __future__ import print_function
|
||||
import ast
|
||||
|
@ -1,3 +1,2 @@
|
||||
|
||||
[localhost]
|
||||
localhost connection=local
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file roles/autoinstall-dvbhddevice/tasks/main.yml
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file roles/autoinstall-dvbsddevice/tasks/main.yml
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file roles/autoinstall-imonlcd/tasks/main.yml
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file roles/autoinstall-libcec-daemon/tasks/main.yml
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file roles/autoinstall-pvr350/tasks/main.yml
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file roles/autoinstall-satip/tasks/main.yml
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file roles/autoinstall-targavfd/tasks/main.yml
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file roles/autoinstall-ubuntu-drivers/tasks/main.yml
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file: roles/dvd/tasks/main.yml
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
system:
|
||||
shutdown: poweroff
|
||||
grub:
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
- name: Update GRUB
|
||||
command: update-grub
|
||||
failed_when: ('error' in grub_register_update.stderr)
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
- name: custom grub configuration for timeout and reboot halt
|
||||
template:
|
||||
src: templates/50_custom.j2
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#!/bin/sh
|
||||
exec tail -n +3 $0
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
|
||||
- name: change udev rule to allow KODI to eject optical disks
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
[Unit]
|
||||
Description=Start kodi in user session
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
- name: install nfs server packages
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/srv *(rw,fsid=0,sync,no_subtree_check,all_squash,anongid={{ vdr.gid }},anonuid={{ vdr.uid }})
|
||||
{% 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 '' }})
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
# file: roles/samba-config/tasks/main.yml
|
||||
|
||||
# TODO:
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
{{ ansible_managed_file | comment }}
|
||||
|
||||
#======================= Global Settings =======================
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
# file: roles/samba-install/tasks/main.yml
|
||||
|
||||
- name: install samba server
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
foo:
|
||||
- bar
|
||||
- baz
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
- name: show vars
|
||||
debug:
|
||||
|
@ -1,5 +0,0 @@
|
||||
vars:
|
||||
foo:
|
||||
- bar
|
||||
- baz
|
||||
- spam
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file: roles/vdr/tasks/main.yml
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file: roles/yavdr-common/defaults/main.yml
|
||||
|
||||
|
@ -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";
|
@ -1,4 +1,3 @@
|
||||
|
||||
- name: apt | prevent automatic installation of recommended packages
|
||||
template:
|
||||
src: templates/90-norecommends.j2
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
{{ ansible_managed_file | comment('c') }}
|
||||
// Recommends are as of now still abused in many packages
|
||||
APT::Install-Recommends "0";
|
||||
|
@ -1,2 +1 @@
|
||||
|
||||
install_avahi: true
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# this playbook sets up network services for a yaVDR installation
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file: roles/yavdr-xorg/tasks/main.yml
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#!/bin/bash
|
||||
# {{ ansible_managed_file }}
|
||||
exec openbox-session
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
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
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
# file: roles/yavdr-xorg/templates/vdr-xorg.conf
|
||||
# {{ ansible_managed_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
|
@ -1,4 +1,3 @@
|
||||
|
||||
[Unit]
|
||||
Description=X with verbose logging on %I
|
||||
Wants=graphical.target
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
[Unit]
|
||||
Description=yaVDR Desktop
|
||||
Requires=default.target
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
# file: yavdr07.yml
|
||||
# this playbook sets up a complete yaVDR 0.7 installation
|
||||
|
Loading…
Reference in New Issue
Block a user