-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevstack.yml
More file actions
50 lines (49 loc) · 1.08 KB
/
devstack.yml
File metadata and controls
50 lines (49 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
- hosts: devstack
roles:
- role: swap
tags: swap
- role: dev-common
env: devstack
tags: dev-common
- role: kernel-update
tags: kernel-update
- role: apache
apache_modules:
- rewrite
- proxy
- proxy_http
- proxy_fcgi
apache_user: www-data
apache_group: www-data
apache_log_dir: /data/logs/apache2
apache_logrotate_frequency: weekly
apache_logrotate_count: 52
apache_ports:
- 80
apache_secure_frame: false
apache_vhosts: "{{devstack_vhosts}}"
tags: apache
- role: node
tags: node
- role: php
tags: php
- role: php-xdebug
tags: php
- role: cloudfoundry
tags: cloudfoundry
- role: nginx
tags: nginx
- role: mongodb
mongodb_version: 2.4.9
mongodb_bind_ip: 0.0.0.0
mongodb_force_authentication: false
tags: mongo
- role: mysql
tags: mysql
- role: java
tags: java
- role: elasticsearch
tags: elasticsearch
- role: telosys-php
tags: telosys-php