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 2021/09/24 21:01:39 UTC

[airavata] branch develop updated: Ansible: turn off SELinux on amp dev server for now

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


The following commit(s) were added to refs/heads/develop by this push:
     new 99901ed  Ansible: turn off SELinux on amp dev server for now
99901ed is described below

commit 99901ed55e60d9d9cdb793647664ab02f021aa2f
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Sep 24 16:55:10 2021 -0400

    Ansible: turn off SELinux on amp dev server for now
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
index 014da42..30cde8e 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
@@ -25,6 +25,10 @@ user_data_dir: "{{ real_user_data_dir }}"
 vhost_servername: "dev.ampgateway.org"
 vhost_ssl: true
 
+# TODO: while developing django app, turn off SELinux, but turn it back on
+# once code execution issues are ironed out
+httpd_selinux_mode: "permissive"
+
 airavata_django_extra_dependencies:
   - "git+ssh://git@gitlab.physik.uni-muenchen.de/git_machrist/trecx-django-app.git#egg=trecx-django-app"