feat(TSG-9140): TSG-9140集成nz-talon

TSG-OS-9140集成nz-talon安装包
This commit is contained in:
songyanchao
2021-09-03 03:29:01 -04:00
committed by 付明卫
parent be2a7862e2
commit d7ee49e4c4
3 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
---
- name: "copy nz-talon rpms to destination server"
copy:
src: "{{ role_path }}/files/"
dest: "/tmp/nz-talon/"
- name: "install nz-talon"
yum:
name:
- /tmp/nz-talon/nz-talon-21.07-Release.x86_64.rpm
state: present
- name: "enable nz-promtail"
systemd:
name: nz-promtail
enabled: yes
- name: "enable nz-talon"
systemd:
name: nz-talon
enabled: yes

View File

@@ -71,4 +71,5 @@
- {role: system-init-9140, tags: system-init-9140}
- {role: system-init, tags: system-init}
- {role: wannat_wangw, tags: wannat_wangw}
- {role: wire_graft, tags: wire_graft}
- {role: wire_graft, tags: wire_graft}
- {role: nz-talon, tags: nz-talon}