Skip to content

Commit

Permalink
Issue Sunbird-Lern#24 chore:Sunbird auth package build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahghatol committed Dec 29, 2017
1 parent d03285d commit 68b4ea6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions keycloak/scripts/ansible/roles/keycloak/tasks/build-conf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- name: Create directory for sunbird auth package config
file:
path: sunbird_auth_{{sunbird_auth_version}}.config
state: directory
mode: 0755

- name: Keycloak configuration XML file
template:
src:"roles/keycloak/templates/templates/standalone-ha.xml"
dest:"sunbird_auth_{{sunbird_auth_version}}.config/standalone-ha.xml"
mode:0750

- name: Postgresql Configuration- module.xml
template:
src:"roles/keycloak/templates/templates/module.xml.j2"
dest:"sunbird_auth_{{sunbird_auth_version}}.config/module.xml"
mode:0750

- name: SMS provider configuration file
template:
src:"roles/keycloak/templates/templates/Msg91Creds.json.j2"
dest:"sunbird_auth_{{sunbird_auth_version}}.config/Msg91Creds.json"
mode:0755

0 comments on commit 68b4ea6

Please sign in to comment.