From 383f6194f7859e36e533e9e3c13268e38c685052 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Tue, 17 Dec 2019 09:19:07 -0600 Subject: [PATCH] nginx - moved to iiab-admin-console --- roles/nginx/tasks/main.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/roles/nginx/tasks/main.yml b/roles/nginx/tasks/main.yml index d50a780ef..df227cc8e 100644 --- a/roles/nginx/tasks/main.yml +++ b/roles/nginx/tasks/main.yml @@ -14,15 +14,6 @@ name: apache2 state: stopped -# optional services -- name: Install config for Admin Console - template: - src: admin-console-nginx.conf -# Comment one or the other to revert from nginx back to apache2, if required -# src: admin-console-apache.conf - dest: /etc/nginx/conf.d/admin-console.conf - when: admin_console_enabled and nginx_enabled - # the below slides in nginx's proxypass config files for apache on localhost # via the ports.conf file installed above - name: Install proxpass to apache running on localhost port {{ apache_port }} @@ -69,10 +60,3 @@ state: restarted enabled: true when: nginx_enabled - -#- name: Enable the uwsgi systemd service -# systemd: -# name: uwsgi -# state: restarted -# enabled: true -# when: admin_console_enabled and nginx_enabled