1
0
Fork 0
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:
Jerry Vonau 2020-08-23 22:02:46 -05:00
parent 03ad881fd1
commit 0c49b1eedf

View file

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