Skip to content

Commit

Permalink
fix: updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot committed Sep 8, 2022
1 parent 4d8593f commit 06724d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions private_repo/ansible/inventory/dev/Core/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""

Expand Down
3 changes: 0 additions & 3 deletions private_repo/ansible/inventory/dev/Core/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 06724d6

Please sign in to comment.