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

Update main.yml

This commit is contained in:
A Holt 2018-08-06 20:18:33 -04:00 committed by GitHub
parent ab3c9250d1
commit ccc6346267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,10 +29,9 @@
state: link state: link
force: true force: true
# use template to fix up settings in engine/settings.php with our variables substituted # Use template to fix up settings in elgg-config/settings.php with our variables substituted.
# into engine/settings.example.php # Note this will overwrite any manual settings.
# note this will overwrite any manual settings - name: Substitute our parameters in /opt/elgg/elgg-config/settings.php
- name: Substitute our parameters in engine/settings.example.php
template: template:
src: "settings.php.j2" src: "settings.php.j2"
dest: "/opt/{{ elgg_xx }}/elgg-config/settings.php" dest: "/opt/{{ elgg_xx }}/elgg-config/settings.php"
@ -90,9 +89,9 @@
password: "{{ dbpassword }}" password: "{{ dbpassword }}"
priv: "{{ dbname }}.*:ALL" priv: "{{ dbname }}.*:ALL"
with_items: with_items:
- 127.0.0.1 - 127.0.0.1
- ::1 - ::1
- localhost - localhost
- name: Create file to load database - name: Create file to load database
template: template: