Merge "Write out db config for root user"
This commit is contained in:
commit
ff821692ed
@ -297,6 +297,13 @@
|
||||
- name: Start gerrit
|
||||
include_tasks: start.yaml
|
||||
|
||||
- name: Set up root mysql conf file
|
||||
when: gerrit_database_type == 'MYSQL'
|
||||
template:
|
||||
src: root.my.cnf.j2
|
||||
dest: /root/.gerrit_db.cnf
|
||||
mode: 0400
|
||||
|
||||
- name: Set up cron job to optmize git repos
|
||||
cron:
|
||||
name: optmize-git-repos
|
||||
|
5
playbooks/roles/gerrit/templates/root.my.cnf.j2
Normal file
5
playbooks/roles/gerrit/templates/root.my.cnf.j2
Normal file
@ -0,0 +1,5 @@
|
||||
[client]
|
||||
host={{ gerrit_mysql_host }}
|
||||
user=gerrit2
|
||||
password={{ gerrit_mysql_password }}
|
||||
ssl=false
|
Loading…
x
Reference in New Issue
Block a user