modification privileges mysql
This commit is contained in:
parent
7f47454ebf
commit
596ceda13c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user