From 40e12b8dcc2336e738721fb29e206e903f8c6817 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 16 Jun 2015 17:57:36 +0000 Subject: [PATCH] buckets of fun --- roles/taiga/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/taiga/tasks/main.yml b/roles/taiga/tasks/main.yml index 8601e05c1d..da023b1928 100644 --- a/roles/taiga/tasks/main.yml +++ b/roles/taiga/tasks/main.yml @@ -184,8 +184,12 @@ tags: taiga - seboolean: name="{{item}}" state=true persistent=true with_items: + # So we can read static content at all - httpd_read_user_content + # So we can follow the symlink to our FAS plugin - httpd_enable_homedirs + # So we can reverse proxy stuff locally to gunicorn + - httpd_can_network_connect tags: taiga - service: name=nginx state=running enabled=yes