添加OAM、tsg-cli自动部署部分

This commit is contained in:
zhangzhihan
2020-01-25 22:15:16 +08:00
parent 927d722f7a
commit d250e70b85
57 changed files with 3124 additions and 7 deletions

View File

@@ -69,7 +69,9 @@
shell: cd /home/database/mysql/scripts;./mysql_install_db --basedir=/home/database/mysql --datadir=/home/database/dbdata --user=mysql
- name: "set my.cnf"
shell: cd /home/database/mysql/support-files;cp my-huge.cnf /etc/mysql/my.cnf
copy:
src: "{{ role_path }}/files/my.cnf"
dest: "/etc/mysql/my.cnf"
- name: "copy mariadb"
copy: