Explorar el Código

mysql user for this host

master
padre
commit
c73d8423d7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      tasks/main.yml

+ 1
- 0
tasks/main.yml Ver fichero

@@ -11,6 +11,7 @@
name: "{{postfixadmin_mysql_username}}"
password: "{{postfixadmin_mysql_password}}"
priv: "{{postfixadmin_mysql_database}}.*:ALL,GRANT"
host: "{{inventory_hostname}}"
state: present
delegate_to: "{{postfixadmin_mysql_host}}"



Cargando…
Cancelar
Guardar