mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Try localhost only for NC & Elgg
This commit is contained in:
parent
33ebf3f8c3
commit
59c8ce764e
2 changed files with 4 additions and 4 deletions
|
@ -10,8 +10,8 @@
|
|||
password: "{{ dbpassword }}"
|
||||
priv: "{{ dbname }}.*:ALL"
|
||||
with_items:
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
# - 127.0.0.1
|
||||
# - ::1
|
||||
- localhost
|
||||
|
||||
- name: Create /tmp/elggdb.sql from template, to load database
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
password: "{{ nextcloud_dbpassword }}"
|
||||
priv: "{{ nextcloud_dbname }}.*:ALL,GRANT"
|
||||
with_items:
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
# - 127.0.0.1
|
||||
# - ::1
|
||||
- localhost
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue