diff options
| author | lijia <[email protected]> | 2020-11-21 20:01:34 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2020-11-21 20:01:34 +0800 |
| commit | 285e3023740cd5818d5667457ab555adc0c872f2 (patch) | |
| tree | 618f4ae56ce04ee3f3237da4abdef348315e20c5 | |
| parent | 3b9b3c3c0427ace75c79af573085b8a488ab1878 (diff) | |
更新oam_cli配置文件, 端口改为1122.TEMP_20201121_inc_update
| -rw-r--r-- | roles/oam_cli_agent/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/oam_cli_agent/tasks/main.yml b/roles/oam_cli_agent/tasks/main.yml index 634a063..59a0557 100644 --- a/roles/oam_cli_agent/tasks/main.yml +++ b/roles/oam_cli_agent/tasks/main.yml @@ -1,3 +1,8 @@ +- name: "Templates application.properties.j2" + template: + src: "{{ role_path }}/templates/application.properties.j2" + dest: /opt/tsg/cli_agent/application.properties + - name: "Templates oam_cli_agent.service" template: |
