You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/06/30 17:22:42 UTC

[airavata] 03/04: AIRAVATA-2588 Gather facts on database for internal ip

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 21fd56dff1eda910e9a238a00ca705de2d75dfdd
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jun 28 14:16:46 2019 -0400

    AIRAVATA-2588 Gather facts on database for internal ip
---
 dev-tools/ansible/django.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tools/ansible/django.yml b/dev-tools/ansible/django.yml
index 96d39f3..6e28ae3 100644
--- a/dev-tools/ansible/django.yml
+++ b/dev-tools/ansible/django.yml
@@ -19,6 +19,9 @@
 #
 
 ---
+- hosts: database
+  gather_facts: True
+
 # Run the following setup once
 - hosts: django[0]
   name: webserver setup