mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 13:01:36 +08:00
delegate mariadb tasks to mariadb host
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user