Unverified Commit 09c96c8f authored by Raghupathi's avatar Raghupathi Committed by GitHub
Browse files

Added shell_script_config (#3576)

* Update main.yml
* Create shell_script_config.j2
Showing with 8 additions and 0 deletions
+8 -0
......@@ -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
......
mongo_url={{ ml_analytics_mongodb_url }}
mongo_db_name={{ ml_analytics_mongo_db_name }}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment