Add some explanations to epgd role

This commit is contained in:
Alexander Grothe 2019-03-12 09:36:42 +01:00
parent 01d95ae89b
commit be33234084
2 changed files with 9 additions and 0 deletions

View File

@ -6059,8 +6059,14 @@ This role installs the vdr-epg-daemon
#+include: roles/epgd/tasks/main.yml src yml #+include: roles/epgd/tasks/main.yml src yml
*** templates *** 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 #+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 #+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 #+include: roles/epgd/templates/etc_epgd_epgd.conf.j2 src jinja2
** install-sundtek ** install-sundtek

View File

@ -1,3 +1,6 @@
---
# file: roles/epgd/tasks/main.yml
#Installing mariadb, epg-daemon and epg2vdr. #Installing mariadb, epg-daemon and epg2vdr.
#bind-address is set to 0.0.0.0 --> 99-epgd.cnf. #bind-address is set to 0.0.0.0 --> 99-epgd.cnf.
#The root SQL password is only stored (NONE), because the epgd-tool #The root SQL password is only stored (NONE), because the epgd-tool