mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
disable root websockets
This commit is contained in:
parent
03ad881fd1
commit
0c49b1eedf
1 changed files with 9 additions and 9 deletions
|
@ -129,15 +129,15 @@
|
||||||
# user: ""
|
# user: ""
|
||||||
# state: absent
|
# state: absent
|
||||||
|
|
||||||
- name: Create MySQL root password for root accounts on (127.0.0.1, ::1)
|
#- name: Create MySQL root password for root accounts on (127.0.0.1, ::1)
|
||||||
mysql_user:
|
# mysql_user:
|
||||||
name: root
|
# name: root
|
||||||
host: "{{ item }}"
|
# host: "{{ item }}"
|
||||||
password: "{{ mysql_root_password }}"
|
# password: "{{ mysql_root_password }}"
|
||||||
priv: "*.*:ALL,GRANT"
|
# priv: "*.*:ALL,GRANT"
|
||||||
with_items:
|
# with_items:
|
||||||
- 127.0.0.1
|
# - 127.0.0.1
|
||||||
- ::1
|
# - ::1
|
||||||
|
|
||||||
|
|
||||||
# RECORD MySQL AS INSTALLED
|
# RECORD MySQL AS INSTALLED
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue