aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/dashboard/vars/Debian.yml
blob: 97c4af407dce08ea38844952364225d31ee203fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
http_packages:
  - apache2
  - libapache2-mod-wsgi

http_service: apache2

packages: []

services:
  - memcached

http_config_file: "/etc/apache2/ports.conf"