File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ tasks:
7474 - :ansible:prereqs
7575 - :ensure-logs-dir
7676 cmds :
77- - ansible-playbook ansible/provision-cluster-tls-sasl.yml --private-key {{.PRIVATE_KEY}} --extra-vars is_using_unstable={{.IS_USING_UNSTABLE}} --extra-vars segment_upload_interval={{.SEGMENT_UPLOAD_INTERVAL}} --extra-vars cloud_storage_credentials_source={{.CLOUD_STORAGE_CREDENTIALS_SOURCE}} --extra-vars redpanda_license={{.REDPANDA_LICENSE}}
77+ - ansible-playbook ansible/provision-cluster-tls-sasl.yml --private-key {{.PRIVATE_KEY}} --extra-vars is_using_unstable={{.IS_USING_UNSTABLE}} --extra-vars segment_upload_interval={{.SEGMENT_UPLOAD_INTERVAL}} --extra-vars cloud_storage_credentials_source={{.CLOUD_STORAGE_CREDENTIALS_SOURCE}} --extra-vars redpanda_license={{.REDPANDA_LICENSE}} --extra-vars sasl_superuser_password={{.REDPANDA_SASL_PASSWORD}}
7878
7979 sasl:idempotent :
8080 desc : Provision TLS + SASL + tiered storage cluster with idempotency check (runs twice)
8181 deps :
8282 - :ansible:prereqs
8383 - :ensure-logs-dir
8484 cmds :
85- - ansible-playbook ansible/provision-cluster-tls-sasl.yml --private-key {{.PRIVATE_KEY}} --extra-vars is_using_unstable={{.IS_USING_UNSTABLE}} --extra-vars segment_upload_interval={{.SEGMENT_UPLOAD_INTERVAL}} --extra-vars cloud_storage_credentials_source={{.CLOUD_STORAGE_CREDENTIALS_SOURCE}} --extra-vars redpanda_license={{.REDPANDA_LICENSE}} --extra-vars redpanda_broker_no_log=false
86- - scripts/check-idempotency.sh ansible-playbook ansible/provision-cluster-tls-sasl.yml --private-key {{.PRIVATE_KEY}} --extra-vars is_using_unstable={{.IS_USING_UNSTABLE}} --extra-vars segment_upload_interval={{.SEGMENT_UPLOAD_INTERVAL}} --extra-vars cloud_storage_credentials_source={{.CLOUD_STORAGE_CREDENTIALS_SOURCE}} --extra-vars redpanda_license={{.REDPANDA_LICENSE}} --extra-vars redpanda_broker_no_log=false
85+ - ansible-playbook ansible/provision-cluster-tls-sasl.yml --private-key {{.PRIVATE_KEY}} --extra-vars is_using_unstable={{.IS_USING_UNSTABLE}} --extra-vars segment_upload_interval={{.SEGMENT_UPLOAD_INTERVAL}} --extra-vars cloud_storage_credentials_source={{.CLOUD_STORAGE_CREDENTIALS_SOURCE}} --extra-vars redpanda_license={{.REDPANDA_LICENSE}} --extra-vars redpanda_broker_no_log=false --extra-vars sasl_superuser_password={{.REDPANDA_SASL_PASSWORD}}
86+ - scripts/check-idempotency.sh ansible-playbook ansible/provision-cluster-tls-sasl.yml --private-key {{.PRIVATE_KEY}} --extra-vars is_using_unstable={{.IS_USING_UNSTABLE}} --extra-vars segment_upload_interval={{.SEGMENT_UPLOAD_INTERVAL}} --extra-vars cloud_storage_credentials_source={{.CLOUD_STORAGE_CREDENTIALS_SOURCE}} --extra-vars redpanda_license={{.REDPANDA_LICENSE}} --extra-vars redpanda_broker_no_log=false --extra-vars sasl_superuser_password={{.REDPANDA_SASL_PASSWORD}}
You can’t perform that action at this time.
0 commit comments