Skip to content
Snippets Groups Projects
Commit edce28e6 authored by Lars Beckers's avatar Lars Beckers
Browse files

remove unused uwsgi-php role

parent 14aa6c45
Branches
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
- `php-fpm`, setups php-fpm pools - `php-fpm`, setups php-fpm pools
- `sentry`, error collection api and web app - `sentry`, error collection api and web app
- `shibboleth`, configures a shibboleth-authenticated nginx resource - `shibboleth`, configures a shibboleth-authenticated nginx resource
- `uwsgi-php`, deprecated
- `uwsgi-python`, unified web app deployment role for python-based web apps - `uwsgi-python`, unified web app deployment role for python-based web apps
- `webserver`, configures nginx - `webserver`, configures nginx
- `wordpress`, setups wordpresses via an overlayfs technology - `wordpress`, setups wordpresses via an overlayfs technology
......
---
# file: uwsgi-php/meta/main.yml
dependencies:
- { role: uwsgi }
---
# file: uwsgi-php/tasks/main.yml
- name: ensure packages for uwsgi-php are installed
apt:
name: "{{ item }}"
state: present
with_items:
- php5
- php5-curl
- uwsgi-plugin-php
tags:
- uwsgi
- webservices
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment