mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
change mysql auth hostname to eth0 ip
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
- name: create mariadb user for phabricator
|
||||
delegate_to: "{{ mariadb_host }}"
|
||||
mysql_user: name={{ mariadb_user }} host={{ inventory_hostname }} password={{ mariadb_password }} priv={{ phabricator_db_name }}.*:ALL state=present
|
||||
mysql_user: name={{ mariadb_user }} host={{ eth0_ip }} password={{ mariadb_password }} priv={{ phabricator_db_name }}.*:ALL state=present
|
||||
|
||||
- name: create phabricator daemon user
|
||||
user: name={{ phabricator_daemon_user }}
|
||||
|
||||
Reference in New Issue
Block a user