don't create db for phabricator, it needs to do that on its own
This commit is contained in:
parent
eea51afd7f
commit
7ee033df37
2 changed files with 1 additions and 5 deletions
|
@ -16,10 +16,6 @@
|
||||||
- arcanist
|
- arcanist
|
||||||
- phabricator
|
- phabricator
|
||||||
|
|
||||||
- name: create mariadb database
|
|
||||||
delegate_to: "{{ mariadb_host }}"
|
|
||||||
mysql_db: name={{ phabricator_db_name }}
|
|
||||||
|
|
||||||
- name: create mariadb user for phabricator
|
- name: create mariadb user for phabricator
|
||||||
delegate_to: "{{ mariadb_host }}"
|
delegate_to: "{{ mariadb_host }}"
|
||||||
mysql_user: name={{ mariadb_user }} host={{ eth0_ip }} password={{ mariadb_password }} priv=*.*:ALL,CREATE state=present
|
mysql_user: name={{ mariadb_user }} host={{ eth0_ip }} password={{ mariadb_password }} priv=*.*:ALL,CREATE state=present
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"mysql.host" : "{{ mariadb_host }}",
|
"mysql.host" : "{{ mariadb_host }}",
|
||||||
"mysql.user" : "{{ mariadb_user }}",
|
"mysql.user" : "{{ mariadb_user }}",
|
||||||
"mysql.pass" : "{{ mariadb_password }}",
|
"mysql.pass" : "{{ mariadb_password }}",
|
||||||
"storage.default-namespace" : "phabricatorstg",
|
"storage.default-namespace" : "{{ phabricator_db_prefix }}",
|
||||||
"load-libraries" : [],
|
"load-libraries" : [],
|
||||||
"log.access.path" : "/var/log/phabricator/access.log",
|
"log.access.path" : "/var/log/phabricator/access.log",
|
||||||
"log.ssh.path" : "/var/log/phabricator/ssh.log",
|
"log.ssh.path" : "/var/log/phabricator/ssh.log",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue