From 0c60fd7e1260a5a80a92ea4204b918e1890d1bdd Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Fri, 21 Feb 2014 10:39:46 +0100 Subject: Fixed ansible playbook and hosts. Change-Id: Ie182641ddc99051bc43e13bc6194531bf1f33d95 --- ansible/roles/status/templates/local_settings.tmpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/roles/status/templates/local_settings.tmpl.py') 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 }}' -- cgit v1.2.3