Add some explanations to epgd role
This commit is contained in:
parent
01d95ae89b
commit
be33234084
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user