Merge branch 'bionic' of https://github.com/yavdr/yavdr-ansible into bionic
This commit is contained in:
commit
b8bd4b405e
@ -270,7 +270,6 @@ vdr:
|
|||||||
vdr_plugins:
|
vdr_plugins:
|
||||||
- vdr-plugin-devstatus
|
- vdr-plugin-devstatus
|
||||||
- vdr-plugin-markad
|
- vdr-plugin-markad
|
||||||
- vdr-plugin-restfulapi
|
|
||||||
- vdr-plugin-softhddevice-vpp
|
- vdr-plugin-softhddevice-vpp
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Media directories
|
** Media directories
|
||||||
@ -1118,6 +1117,7 @@ ExecStopPost=/usr/bin/lircd2uinput-remove /var/run/lirc/lircd0
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** create /etc/rc_maps.cfg
|
**** create /etc/rc_maps.cfg
|
||||||
#+BEGIN_SRC conf :tangle roles/yavdr-remote/templates/rc_maps.cfg.j2 :mkdirp yes :padline no
|
#+BEGIN_SRC conf :tangle roles/yavdr-remote/templates/rc_maps.cfg.j2 :mkdirp yes :padline no
|
||||||
|
{{ ansible_managed | comment }}
|
||||||
#
|
#
|
||||||
# Keymaps table
|
# Keymaps table
|
||||||
#
|
#
|
||||||
|
@ -3,7 +3,7 @@ ansible playbooks for yaVDR
|
|||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
|
|
||||||
On a Ubuntu Server 18.04.x (or minimal) Installation run the following commands:
|
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
|
sudo apt-get install git
|
||||||
git clone https://github.com/yavdr/yavdr-ansible
|
git clone https://github.com/yavdr/yavdr-ansible
|
||||||
|
@ -27,7 +27,6 @@ vdr:
|
|||||||
vdr_plugins:
|
vdr_plugins:
|
||||||
- vdr-plugin-devstatus
|
- vdr-plugin-devstatus
|
||||||
- vdr-plugin-markad
|
- vdr-plugin-markad
|
||||||
- vdr-plugin-restfulapi
|
|
||||||
- vdr-plugin-softhddevice-vpp
|
- vdr-plugin-softhddevice-vpp
|
||||||
# dictionary of directories for (shared) files. Automatically exported via NFS and Samba if those roles are enabled
|
# dictionary of directories for (shared) files. Automatically exported via NFS and Samba if those roles are enabled
|
||||||
media_dirs:
|
media_dirs:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{{ ansible_managed | comment }}
|
||||||
#
|
#
|
||||||
# Keymaps table
|
# Keymaps table
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user