changing phabricator mysql user to localhost

This commit is contained in:
Tim Flink 2015-05-13 18:25:17 +00:00
parent 1ac5436e33
commit 16080eb2c3

View file

@ -17,7 +17,7 @@
- phabricator
- name: create mariadb user for phabricator
mysql_user: name={{ mariadb_user }} host={{ eth0_ip }} password={{ mariadb_password }} priv=*.*:ALL state=present
mysql_user: name={{ mariadb_user }} host='localhost' password={{ mariadb_password }} priv=*.*:ALL state=present
- name: create phabricator daemon user
user: name={{ phabricator_daemon_user }}