delegate mariadb tasks to mariadb host
This commit is contained in:
parent
0eb3df9663
commit
6faf93eed8
1 changed files with 2 additions and 0 deletions
|
@ -17,9 +17,11 @@
|
|||
- phabricator
|
||||
|
||||
- name: create mariadb database
|
||||
delegate_to: "{{ buildmaster_db_host }}"
|
||||
mysql_db: login_host={{ mariadb_host }} name={{ phabricator_db_name }}
|
||||
|
||||
- name: create mariadb user for phabricator
|
||||
delegate_to: "{{ buildmaster_db_host }}"
|
||||
mysql_user: host={{ mariadb_host }} name={{ mariadb_user }} password={{ mariadb_password }} priv={{ phabricator_db_name }}.*:ALL state=present
|
||||
|
||||
- name: create phabricator daemon user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue