Commit 06724d63 authored by Keshav Prasad's avatar Keshav Prasad
Browse files

fix: updated comments

Showing with 0 additions and 6 deletions
+0 -6
......@@ -25,17 +25,14 @@ sunbird_artifact_storage_account_name: "change.azure.storage.account.name"
sunbird_management_storage_account_name: "change.azure.storage.account.name" # Azure account name for storing backup data (like cassandra backups)
# Define the below if you are using Azure Cloud
# Ansible Azure Module Variables
# Management Storage Account
azure_management_storage_account_name: "{{ sunbird_management_storage_account_name }}"
# Define the below if you are using AWS Cloud
# Ansible AWS Module Variables
# Management Storage Bucket
aws_management_bucket_name: ""
# Define the below if you are using Google Cloud
# Ansible GCP Module Variables
# Management Storage Bucket
gcs_management_bucket_name: ""
......
......@@ -20,19 +20,16 @@ sunbird_private_storage_account_key: "change.azure.storage.account.key"
sunbird_management_storage_account_key: "change.azure.storage.account.key"
# Define the below if you are using Azure Cloud
# Ansible Azure Module Variables
# Management Storage Account
azure_management_storage_account_key: "{{ sunbird_management_storage_account_key }}"
# Define the below if you are using AWS Cloud
# Ansible AWS Module Variables
# Management Storage Bucket
aws_management_bucket_user_access_key: ""
aws_management_bucket_user_secret_key: ""
# Define the below if you are using Google Cloud
# Ansible GCP Module Variables
# Management Storage Bucket
gcs_management_bucket_service_account: |
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment