modification privileges mysql

This commit is contained in:
tl 2021-01-11 09:43:57 +01:00
parent 7f47454ebf
commit 596ceda13c

View File

@ -53,8 +53,12 @@
mysql_user:
name: "{{ glpi_dbuser }}"
password: "{{ glpi_dbpasswd }}"
priv: '*.*:ALL,GRANT'
priv: "*.*:ALL,GRANT"
login_unix_socket: /var/run/mysqld/mysqld.sock
with_items:
- 127.0.0.1
# - ::1
# - localhost
- name: Creation du repertoire {{ glpi_dir }}
file: