1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Try localhost only for NC & Elgg

This commit is contained in:
Jerry Vonau 2020-08-23 22:21:24 -05:00
parent 33ebf3f8c3
commit 59c8ce764e
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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