Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-devops
Commits
f186708b
Commit
f186708b
authored
3 years ago
by
root
Browse files
Options
Download
Patches
Plain Diff
updated ansible_workspace_dir
parent
c8df999e
master
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible_workspace_dir/group_vars/dev.yml
+6
-0
ansible_workspace_dir/group_vars/dev.yml
ansible_workspace_dir/roles/deploy-form-service/templates/form-service-env.j2
+2
-2
...r/roles/deploy-form-service/templates/form-service-env.j2
ansible_workspace_dir/roles/deploy-user-service/templates/user-service-env.j2
+5
-5
...r/roles/deploy-user-service/templates/user-service-env.j2
with
13 additions
and
7 deletions
+13
-7
ansible_workspace_dir/group_vars/dev.yml
+
6
−
0
View file @
f186708b
...
@@ -16,6 +16,12 @@ config_files_dir: /wingspan_config_files
...
@@ -16,6 +16,12 @@ config_files_dir: /wingspan_config_files
# Secret files dir
# Secret files dir
docker_secret_files_dir
:
/wingspan_docker_secret_location
docker_secret_files_dir
:
/wingspan_docker_secret_location
#smtp details
smtp_host
:
#smtp_host
smtp_port
:
#smtp_port
smtp_username
:
#smtp_username
smtp_password
:
#smtp_password
smtp_email
:
#from smtp_email
mysql_host
:
#mysql server IP
mysql_host
:
#mysql server IP
mysql_username
:
#mysql username
mysql_username
:
#mysql username
...
...
This diff is collapsed.
Click to expand it.
ansible_workspace_dir/roles/deploy-form-service/templates/form-service-env.j2
+
2
−
2
View file @
f186708b
...
@@ -28,8 +28,8 @@ file.config.name=FormConfig.yml
...
@@ -28,8 +28,8 @@ file.config.name=FormConfig.yml
#services.esindexer.host=10.2.1.30
#services.esindexer.host=10.2.1.30
#services.esindexer.host.name=http://10.2.1.30/
#services.esindexer.host.name=http://10.2.1.30/
#services.esindexer.host.port=9200
#services.esindexer.host.port=9200
#services.esindexer.username=elas
tic
#services.esindexer.username=elas
#services.esindexer.password=Elast
ic12
3
#services.esindexer.password=Elast3
#es.fs.forms.index.name=fs-forms
#es.fs.forms.index.name=fs-forms
#es.fs.forms.document.type=forms
#es.fs.forms.document.type=forms
#es.fs.formsdata.index.name=fs-forms-data
#es.fs.formsdata.index.name=fs-forms-data
...
...
This diff is collapsed.
Click to expand it.
ansible_workspace_dir/roles/deploy-user-service/templates/user-service-env.j2
+
5
−
5
View file @
f186708b
...
@@ -23,12 +23,12 @@ flyway.url=jdbc:mysql://{{ mysql_host }}:3306/retail_user
...
@@ -23,12 +23,12 @@ flyway.url=jdbc:mysql://{{ mysql_host }}:3306/retail_user
flyway.locations=db/migration/ddl
flyway.locations=db/migration/ddl
### Email configuration ###
### Email configuration ###
mail.smtp.host=
email-smtp.ap-south-1.amazonaws.com
mail.smtp.host=
{{ smtp_host }}
mail.smtp.auth=true
mail.smtp.auth=true
mail.smtp.port=
587
mail.smtp.port=
{{ smtp_port }}
mail.smtp.user=
AKIAUT2CINKDQZBB5BBT
mail.smtp.user=
{{ smtp_username }}
mail.smtp.password=
BFlcJ5K2pekNcgLG8Joo9y78JL5DyO0gIhztJpeRm93d
mail.smtp.password=
{{ smtp_password }}
mail.smtp.email=
idc-eagle@tarento.com
mail.smtp.email=
{{ smtp_email }}
### Expiry Timings ###
### Expiry Timings ###
otp.validity.mins=5
otp.validity.mins=5
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets