This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/roles/tsg_master/tasks/main.yml
fumingwei cd74f03162 1. add deploy Aktubinsk
2. add deploy Kyzylorda
3. update tfe rpm package and add config into tfe.conf.j2
4. move maat_redis to blade mcn0
5. update tsg-master rpm package
6. update package_dump rpm package
2020-10-30 10:32:11 +06:00

12 lines
308 B
YAML

- name: "copy tsg_master rpm to destination server"
copy:
src: "{{ role_path }}/files/"
dest: /tmp/ansible_deploy/
- name: "install tsg_master from localhost"
yum:
name:
- /tmp/ansible_deploy/tsg_master-3.3.5.66dda7c-2.el7.x86_64.rpm
state: present
skip_broken: yes