diff --git a/ansible/roles/stack-sunbird/templates/content-service_application.conf b/ansible/roles/stack-sunbird/templates/content-service_application.conf
index 5c64557d50167a73289ff93fe490d72100efc051..7576982fcdd78ddb61500dec3323db01bdbf1d91 100644
--- a/ansible/roles/stack-sunbird/templates/content-service_application.conf
+++ b/ansible/roles/stack-sunbird/templates/content-service_application.conf
@@ -565,4 +565,7 @@ channel.content.primarycategories=["Explanation Content", "Learning Resource", "
 channel.collection.primarycategories=["Course", "Digital Textbook", "Content Playlist", "Question paper"]
 channel.asset.primarycategories=["Asset"]
 
-objectcategorydefinition.keyspace="{{ cassandra_keyspace_prefix }}_category_store"
\ No newline at end of file
+objectcategorydefinition.keyspace="{{ cassandra_keyspace_prefix }}_category_store"
+
+# This will override all content service application configs from ansible
+{{content_service_config_override|d('')}}
diff --git a/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf b/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf
index 61ef4d58da4720c66be83731ea29498cd2b76b64..b1b5e90ae795fffc3b07ae07aa9094ef21d737ab 100644
--- a/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf
+++ b/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf
@@ -386,4 +386,7 @@ languageCode {
   tamil : "ta"
   telugu : "te"
 }
-objectcategorydefinition.keyspace="{{ cassandra_keyspace_prefix }}_category_store"
\ No newline at end of file
+objectcategorydefinition.keyspace="{{ cassandra_keyspace_prefix }}_category_store"
+
+# This will override all taxonamy service application configs from ansible
+{{taxonamy_service_config_override|d('')}}