diff --git a/tsg-9140-scripts/roles/certstore/meta/main.yml b/tsg-9140-scripts/roles/certstore/meta/main.yml new file mode 100644 index 00000000..98e39762 --- /dev/null +++ b/tsg-9140-scripts/roles/certstore/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: + - role: redis \ No newline at end of file diff --git a/tsg-9140-scripts/tsg_9140_deploy.yml b/tsg-9140-scripts/tsg_9140_deploy.yml index 9690b25f..c557a891 100644 --- a/tsg-9140-scripts/tsg_9140_deploy.yml +++ b/tsg-9140-scripts/tsg_9140_deploy.yml @@ -17,9 +17,10 @@ - {role: tsg_app, tags: tsg_app} #- {role: http_healthcheck,tags: http_healthcheck} - {role: x710-drive, tags: x710-drive} - - {role: certstore, tags: certstore} - {role: redis, tags: redis} - - {role: cert-redis, tags: cert-redis} + - {role: certstore, tags: certstore} + #- {role: redis, tags: redis} + #- {role: cert-redis, tags: cert-redis} #83上没有- {role: maat-redis, tags: maat-redis, when: deploy_mode == "cluster"} - {role: tfe, tags: tfe} - {role: telegraf_statistic, tags: telegraf_statistic}