Skip to content

Instantly share code, notes, and snippets.

@spyl94
Created October 25, 2014 17:25
Show Gist options
  • Save spyl94/f16859da2b6217f31de8 to your computer and use it in GitHub Desktop.
Save spyl94/f16859da2b6217f31de8 to your computer and use it in GitHub Desktop.
---
vagrantfile-local:
vm:
box: puphpet/debian75-x64
box_url: puphpet/debian75-x64
hostname: ''
memory: '1024'
cpus: '1'
chosen_provider: virtualbox
network:
private_network: 10.0.0.100
forwarded_port:
zsQ4g0JiZhLa:
host: '5472'
guest: '22'
post_up_message: ''
provider:
virtualbox:
modifyvm:
natdnshostresolver1: on
vmware:
numvcpus: 1
parallels:
cpus: 1
provision:
puppet:
manifests_path: puphpet/puppet
manifest_file: site.pp
module_path: puphpet/puppet/modules
options:
- '--verbose'
- '--hiera_config /vagrant/puphpet/puppet/hiera.yaml'
- '--parser future'
synced_folder:
vIJQtFnOqmu0:
source: ../
target: /var/www/znieh
sync_type: nfs
rsync:
args:
- '--verbose'
- '--archive'
- '--delete'
- '-z'
exclude:
- .vagrant/
auto: 'false'
usable_port_range:
start: 10200
stop: 10500
ssh:
host: null
port: null
private_key_path: null
username: vagrant
guest_port: null
keep_alive: true
forward_agent: false
forward_x11: false
shell: 'bash -l'
vagrant:
host: detect
server:
install: '1'
packages:
# - default-jdk
# - chromium-browser
# - acl
firewall:
install: '0'
rules: null
apache:
install: '1'
settings:
user: www-data
group: www-data
default_vhost: false
manage_user: false
manage_group: false
sendfile: 0
modules:
- php
- rewrite
- ssl
vhosts:
ydBAhKrq4czv:
servername: znieh.dev
serveraliases:
- www.znieh.dev
docroot: /var/www/znieh/client
port: '80'
setenv:
- 'APP_ENV dev'
override:
- All
options:
- Indexes
- FollowSymLinks
- MultiViews
engine: php
custom_fragment: "Alias /api /var/www/znieh/web\r\nRewriteEngine On\r\nRewriteCond %{HTTP:Authorization} ^(.*)\r\nRewriteRule .* - [e=HTTP_AUTHORIZATION:%1]"
ssl_cert: ''
ssl_key: ''
ssl_chain: ''
ssl_certs_dir: ''
mod_pagespeed: '1'
nginx:
install: '0'
settings:
default_vhost: 1
proxy_buffer_size: 128k
proxy_buffers: '4 256k'
vhosts:
u4V9Yg9HKR8V:
server_name: znieh.dev
server_aliases:
- www.znieh.dev
www_root: /var/www/znieh
listen_port: '80'
location: .php$
index_files:
- index.html
- index.htm
- index.php
envvars:
- 'APP_ENV dev'
engine: php
ssl_cert: ''
ssl_key: ''
php:
install: '1'
version: '55'
composer: '1'
composer_home: ''
modules:
php:
- cli
- curl
- intl
- mcrypt
pear: { }
pecl:
- pecl_http
ini:
display_errors: On
error_reporting: '-1'
session.save_path: /var/lib/php/session
memory_limit: 512M
timezone: Europe/Paris
mod_php: 0
hhvm:
install: '0'
nightly: 0
composer: '1'
composer_home: ''
settings:
host: 127.0.0.1
port: '9000'
ini: { }
timezone: null
xdebug:
install: '0'
settings:
xdebug.default_enable: '1'
xdebug.remote_autostart: '0'
xdebug.remote_connect_back: '1'
xdebug.remote_enable: '1'
xdebug.remote_handler: dbgp
xdebug.remote_port: '9000'
xhprof:
install: '0'
drush:
install: '0'
version: ''
ruby:
install: '1'
versions:
JEnvqpnW1WNO:
default: '1'
version: 1.9.3
gems:
- sass
- compass
# - scss-lint
nodejs:
install: '1'
npm_packages:
- bower
- gulp
- compass
- grunt
- protractor
- cucumber
# - karma-cli
python:
install: '1'
packages: { }
versions: { }
mysql:
install: '0'
root_password: '123'
adminer: 0
databases:
3z8qMBmIIxHl:
grant:
- ALL
name: znieh
host: localhost
user: znieh
password: znieh
sql_file: ''
nIWCWI2Z3BSe:
grant:
- ALL
name: znieh_test
host: localhost
user: znieh_test
password: znieh
sql_file: ''
postgresql:
install: '0'
settings:
root_password: '123'
user_group: postgres
encoding: UTF8
version: '9.3'
databases: { }
adminer: 0
mariadb:
install: '0'
root_password: '123'
adminer: 0
databases: { }
version: '10.0'
sqlite:
install: '0'
adminer: 0
databases: { }
mongodb:
install: '0'
settings:
auth: 1
port: '27017'
databases:
w2x2OzYa7lxS:
name: znieh
user: znieh
password: znieh
redis:
install: '1'
settings:
conf_port: '6379'
mailcatcher:
install: '1'
settings:
smtp_ip: 0.0.0.0
smtp_port: 1025
http_ip: 0.0.0.0
http_port: '1080'
mailcatcher_path: /usr/local/rvm/wrappers/default
from_email_method: inline
beanstalkd:
install: '0'
settings:
listenaddress: 0.0.0.0
listenport: '13000'
maxjobsize: '65535'
maxconnections: '1024'
binlogdir: /var/lib/beanstalkd/binlog
binlogfsync: null
binlogsize: '10485760'
beanstalk_console: 0
binlogdir: /var/lib/beanstalkd/binlog
rabbitmq:
install: '1'
settings:
port: '5672'
elastic_search:
install: '1'
settings:
java_install: true
autoupgrade: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment