From be332340845f33de2ad7a3fa40fc4ba9fe2e144f Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Tue, 12 Mar 2019 09:36:42 +0100 Subject: [PATCH] Add some explanations to epgd role --- Manual.org | 6 ++++++ roles/epgd/tasks/main.yml | 3 +++ 2 files changed, 9 insertions(+) diff --git a/Manual.org b/Manual.org index 8236a8e..e0ad262 100644 --- a/Manual.org +++ b/Manual.org @@ -6059,8 +6059,14 @@ This role installs the vdr-epg-daemon #+include: roles/epgd/tasks/main.yml src yml *** templates +**** Template to allow Database access from network +~roles/epgd/templates/etc_mysql_mariadb.conf.d_99-epgd.cnf.j2~ #+include: roles/epgd/templates/etc_mysql_mariadb.conf.d_99-epgd.cnf.j2 src jinja2 +**** mysqlpasswd template so epgd-tool is happy +~roles/epgd/templates/root_.ssh_mysqlpasswd.j2~ #+include: roles/epgd/templates/root_.ssh_mysqlpasswd.j2 src jinja2 +**** epgd.conf template +~roles/epgd/templates/etc_epgd_epgd.conf.j2~ #+include: roles/epgd/templates/etc_epgd_epgd.conf.j2 src jinja2 ** install-sundtek diff --git a/roles/epgd/tasks/main.yml b/roles/epgd/tasks/main.yml index 976f763..9686b52 100644 --- a/roles/epgd/tasks/main.yml +++ b/roles/epgd/tasks/main.yml @@ -1,3 +1,6 @@ +--- +# file: roles/epgd/tasks/main.yml + #Installing mariadb, epg-daemon and epg2vdr. #bind-address is set to 0.0.0.0 --> 99-epgd.cnf. #The root SQL password is only stored (NONE), because the epgd-tool