FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
dev_stack/devstack.yml at master · logorn/dev_stack · GitHub
logorn
/
dev_stack
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
dev_stack
/
devstack.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (49 loc) · 1.08 KB
Breadcrumbs
dev_stack
/
devstack.yml
Copy path
File metadata and controls
50 lines (49 loc) · 1.08 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Back
|
FazBrowse Home
|
New Git URL