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: ""
|
||||
# state: absent
|
||||
|
||||
- name: Create MySQL root password for root accounts on (127.0.0.1, ::1)
|
||||
mysql_user:
|
||||
name: root
|
||||
host: "{{ item }}"
|
||||
password: "{{ mysql_root_password }}"
|
||||
priv: "*.*:ALL,GRANT"
|
||||
with_items:
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
#- name: Create MySQL root password for root accounts on (127.0.0.1, ::1)
|
||||
# mysql_user:
|
||||
# name: root
|
||||
# host: "{{ item }}"
|
||||
# password: "{{ mysql_root_password }}"
|
||||
# priv: "*.*:ALL,GRANT"
|
||||
# with_items:
|
||||
# - 127.0.0.1
|
||||
# - ::1
|
||||
|
||||
|
||||
# RECORD MySQL AS INSTALLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue