更新OAM RPM包.

This commit is contained in:
lijia
2020-04-07 10:50:17 +08:00
parent 54124a1772
commit bbf5651c70
14 changed files with 316 additions and 2 deletions

View File

@@ -102,6 +102,6 @@
shell: mysqladmin password {{ mariadb.password }}
- name: "set mariadb privileges"
shell: mysql -uroot -p{{ mariadb.password }} -e "grant all privileges on *.* to root@'%' identified by '111111' with grant option;"
shell: mysql -uroot -p{{ mariadb.password }} -e "grant all privileges on *.* to root@'%' identified by 'tsg2019' with grant option;"
shell: mysql -uroot -p{{ mariadb.password }} -e "flush privileges;"