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-sb-devops
Commits
09c96c8f
Unverified
Commit
09c96c8f
authored
2 years ago
by
Raghupathi
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Added shell_script_config (#3576)
* Update main.yml * Create shell_script_config.j2
parent
e21e76b8
master
login-changes
loginRegisterBtn
prasath-release-5.1.0
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
upstream/release-5.1.0-vdn
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
release-5.0.2
release-5.0.2_RC1
release-5.0.1
release-5.0.1_RC1
release-5.0.0
release-5.0.0_RC5
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/ml-analytics-service/tasks/main.yml
+6
-0
ansible/roles/ml-analytics-service/tasks/main.yml
ansible/roles/ml-analytics-service/templates/shell_script_config.j2
+2
-0
...les/ml-analytics-service/templates/shell_script_config.j2
with
8 additions
and
0 deletions
+8
-0
ansible/roles/ml-analytics-service/tasks/main.yml
+
6
−
0
View file @
09c96c8f
...
...
@@ -105,6 +105,12 @@
dest
:
"
{{
config_path
}}/config.ini"
backup
:
yes
-
name
:
Templating the shell_script_config.j2 to shell_script_config
template
:
src
:
"
shell_script_config.j2"
dest
:
"
{{
config_path
}}/shell_script_config"
backup
:
yes
-
name
:
SYSTEMD DAEMON-RELOAD
systemd
:
daemon_reload
:
yes
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/ml-analytics-service/templates/shell_script_config.j2
0 → 100644
+
2
−
0
View file @
09c96c8f
mongo_url={{ ml_analytics_mongodb_url }}
mongo_db_name={{ ml_analytics_mongo_db_name }}
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