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:
parent
ab3c9250d1
commit
ccc6346267
1 changed files with 6 additions and 7 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue