Code Review
/
genesis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Corrected links associated with release docs. To be updated along with the...
[genesis.git]
/
compass
/
deploy
/
ansible
/
openstack_juno
/
roles
/
database
/
tasks
/
main.yml
1
---
2
- name: copy data.sh
3
template: src=data.j2 dest=/opt/data.sh mode=777
4
tags:
5
- mysql_user
6
7
- include: mysql.yml
8
when: HA_CLUSTER is not defined
9
10
- include: mariadb.yml
11
when: HA_CLUSTER is defined
12