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 64b7edb commit a051987
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions keycloak/scripts/ansible/roles/keycloak/tasks/deploy-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@

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

- name: Postgresql Configuration- module.xml
template:
src:"/opt/sunbird_auth_{{sunbird_auth_version}}.config/module.xml.j2"
dest:"{{keycloak_home}}/modules/system/layers/keycloak/org/postgresql/main/module.xml"
mode:0750
src: "/opt/sunbird_auth_{{sunbird_auth_version}}.config/module.xml.j2"
dest: "{{keycloak_home}}/modules/system/layers/keycloak/org/postgresql/main/module.xml"
mode: 0750

- name: Create a directory for SMS provider configuration
file:
path:"{{keycloak_home}}/bin/sms-provider"
state:directory
mode:0755
path: "{{keycloak_home}}/bin/sms-provider"
state: directory
mode: 0755

- name: SMS provider configuration file
template:
src:"/opt/sunbird_auth_{{sunbird_auth_version}}.config/Msg91Creds.json.j2"
dest:"{{keycloak_home}}/bin/sms-provider/Msg91Creds.json"
owner:"{{wildfly_user}}"
group:"{{wildfly_group}}"
mode:0755
src: "/opt/sunbird_auth_{{sunbird_auth_version}}.config/Msg91Creds.json.j2"
dest: "{{keycloak_home}}/bin/sms-provider/Msg91Creds.json"
owner: "{{wildfly_user}}"
group: "{{wildfly_group}}"
mode: 0755

0 comments on commit a051987

Please sign in to comment.