aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/status/templates/local_settings.tmpl.py
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-02-21 10:39:46 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-02-21 10:39:46 +0100
commit0c60fd7e1260a5a80a92ea4204b918e1890d1bdd (patch)
treec697c829acc0ff065300834817b379ade966723b /ansible/roles/status/templates/local_settings.tmpl.py
parentb0def9001247c2f895f650c65f7490c9349808f9 (diff)
Fixed ansible playbook and hosts.
Change-Id: Ie182641ddc99051bc43e13bc6194531bf1f33d95
Diffstat (limited to 'ansible/roles/status/templates/local_settings.tmpl.py')
-rw-r--r--ansible/roles/status/templates/local_settings.tmpl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/status/templates/local_settings.tmpl.py b/ansible/roles/status/templates/local_settings.tmpl.py
index 05cf53b..50ea4d6 100644
--- a/ansible/roles/status/templates/local_settings.tmpl.py
+++ b/ansible/roles/status/templates/local_settings.tmpl.py
@@ -8,7 +8,7 @@ AUTH_CROWD_APPLICATION_PASSWORD = '{{ crowd_app_password }}'
AUTH_CROWD_SERVER_REST_URI = '{{ crowd_url }}'
TRUSTED_ADDRESS = ['10.101.63.171', '10.137.64.8', '82.22.217.167',
- '10.191.101.11', '10.165.3.8']
+ '10.191.101.11', '10.165.3.8', '10.215.86.3']
JIRA_SERVER = '{{ jira_server }}'
JIRA_USERNAME = '{{ jira_username }}'