# elgg_install: False # elgg_enabled: False # # elgg_mysql_password: $6$iiab51$jeTwnATcbaa92xo0QBTgjLBU.5aVDDrbKeNyyC99R/TAWz6pvfzj.L7lfnOVVjD78nxqT.gkNn6XZmuRV0W3o1 # elgg_mysql_password: elgg4kids # All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml # If nec, change them by editing /etc/iiab/local_vars.yml prior to installing! elgg_xx: elgg elgg_version: 2.3.14 # elgg_mysql_password: defined in default_vars elgg_url: /elgg elgg_upload_path: "{{ content_base }}/elgg" # /library/elgg # Variables used by template to create /opt/elgg/elgg-config/settings.php dbuser: Admin dbpassword: changeme dbname: elggdb dbhost: localhost dbprefix: elgg_ # The following variables must be in sync with template/elggdb.sql.j2 # If you change them, you will probably have to rebuild the database. # They can be changed from the administrative interface once Elgg is installed. elgg_admin_user: Admin elgg_admin_password: changeme