TSG v21.02.

This commit is contained in:
lijia
2021-02-01 18:36:27 +08:00
parent 9f7e25d1f3
commit ea64346046
23 changed files with 141 additions and 83 deletions

View File

@@ -7,7 +7,7 @@
- name: "copy toroad_rpm_file to destination server"
synchronize:
src: "{{ role_path }}/files/rpm/{{ wangw_global.rpm_files.toroad_rpm_file }}"
dest: "/tmp/wannat_deploy/"
dest: "/tmp/"
- name: "Creates /opt/wannat/toroad/etc directory"
file:
@@ -20,7 +20,7 @@
state: present
vars:
packages:
- /tmp/wannat_deploy/{{ wangw_global.rpm_files.toroad_rpm_file }}
- /tmp/{{ wangw_global.rpm_files.toroad_rpm_file }}
- name: "Template the toroad.conf"
template: