Merged in feature/ITOPS-2035-support-not-starting-product (pull request #14)

ITOPS-2035 allow products to not be started after running dc-deployments-automation based off environment variable

Approved-by: Adam Brokes <abrokes@atlassian.com>
This commit is contained in:
Geoff Jacobs
2019-08-19 23:57:18 +00:00

View File

@@ -2,7 +2,7 @@
# Mostly for molecule testing, as skip-tags doesn't work with handlers.
atl_startup_enable: true
atl_startup_restart: true
atl_startup_restart: "{{ lookup('env', 'ATL_STARTUP_RESTART') or true }}"
atl_startup_script_map:
jira: "/bin/start-jira.sh"