add default tsg_diagnose_ca.pem for deploy

This commit is contained in:
fumingwei
2020-11-21 10:14:06 +06:00
parent adcaf5cb4c
commit b890829711
2 changed files with 54 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
- name: "Tsg-diagnose:copy cert file to device"
copy:
src: '{{ role_path }}/files/tsg_diagnose_ca.pem'
dest: /opt/tsg/tfe/resource/tfe/
- name: "tsg-diagnose: rsync badssl ca certs"
shell: rsync -avzP --delete 192.168.100.1::blade0toother /tmp/sync/
ignore_errors: true