更新设备管理部署剧本
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
- name: "Templates application.properties"
|
||||
template:
|
||||
src: "{{role_path}}/templates/application.properties.j2"
|
||||
dest: /opt/tsg/cli/application.properties
|
||||
dest: /home/tsgroot/opt/tsg/cli/application.properties
|
||||
tags: template
|
||||
|
||||
@@ -17,7 +17,7 @@ oam.influx.password={{ influxdb.passwd }}
|
||||
oam.cli.user.admin=tsgadmin
|
||||
oam.cli.user.user=tsguser
|
||||
|
||||
cli.rest.root=http://{{ bifang_api_ip }}:8082/v1
|
||||
cli.rest.root=http://{{ bifang_api_ip }}:8080/v1
|
||||
cli.rest.login=${cli.rest.root}/user/login
|
||||
cli.rest.policy=${cli.rest.root}/policy/compile
|
||||
cli.rest.policy.object=${cli.rest.root}/policy/object
|
||||
|
||||
Reference in New Issue
Block a user