1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update password to IIAB default.

This commit is contained in:
Carl Wivagg 2022-05-01 06:10:39 -04:00
parent 37e750417d
commit 1f2bd60002

View file

@ -2,8 +2,8 @@
include_tasks: install.yml
vars:
mdb_dbname: "matomodb"
mdb_username: "mariadb_admin"
mdb_password: "pw_set_by_ansible"
mdb_username: "iiab-admin"
mdb_password: "g0adm1n"
host_url: "http://{{ ansible_default_ipv4.address}}"
matomo_url: "{{ host_url }}/matomo/"
matomo_cronjob: "sudo python3 /library/www/html/matomo/misc/log-analytics/import_logs.py --url={{ matomo_url }} --idsite=1 --recorders=4 --enable-http-errors --enable-http-redirects --enable-static --enable-bots /var/log/nginx/access.log"