Advertisement
Guest User

Untitled

a guest
Apr 7th, 2016
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 16.97 KB | None | 0 0
  1. vagrantfile:
  2.     target: local
  3.     vm:
  4.         provider:
  5.             local:
  6.                 box: puphpet/ubuntu1404-x64
  7.                 box_url: puphpet/ubuntu1404-x64
  8.                 box_version: '0'
  9.                 chosen_virtualizer: virtualbox
  10.                 virtualizers:
  11.                     virtualbox:
  12.                         modifyvm:
  13.                             natdnshostresolver1: false
  14.                         showgui: 0
  15.                     vmware:
  16.                         numvcpus: 1
  17.                     parallels:
  18.                         use_linked_clone: 0
  19.                         check_guest_tools: 0
  20.                         update_guest_tools: 0
  21.                 machines:
  22.                     vflm_nngm4ay4nwqt:
  23.                         id: stealth
  24.                         network:
  25.                             private_network: 192.168.56.103
  26.                             forwarded_port:
  27.                                 vflmnfp_rxw740dgiz75:
  28.                                     host: '8092'
  29.                                     guest: '22'
  30.                                 vflmnfp_0jkzk03xwy42:
  31.                                     host: '8080'
  32.                                     guest: '80'
  33.                         hostname: stealth.local
  34.                         memory: '512'
  35.                         cpus: '1'
  36.         provision:
  37.             puppet:
  38.                 manifests_path: puphpet/puppet/manifests
  39.                 module_path: puphpet/puppet/modules
  40.                 options:
  41.                    - '--verbose'
  42.                     - '--hiera_config /vagrant/puphpet/puppet/hiera.yaml'
  43.         synced_folder:
  44.             vflsf_gfmp9jexqq4w:
  45.                 source: ./
  46.                 target: /var/www
  47.                 sync_type: nfs
  48.                 smb:
  49.                     smb_host: ''
  50.                     smb_username: ''
  51.                     smb_password: ''
  52.                     mount_options:
  53.                         dir_mode: '0775'
  54.                         file_mode: '0664'
  55.                 rsync:
  56.                     args:
  57.                        - '--verbose'
  58.                         - '--archive'
  59.                         - '-z'
  60.                     exclude:
  61.                        - .vagrant/
  62.                         - .git/
  63.                     auto: 'true'
  64.                 owner: www-data
  65.                 group: www-data
  66.         usable_port_range:
  67.             start: 10200
  68.             stop: 10500
  69.         post_up_message: ''
  70.     ssh:
  71.         host: 'false'
  72.         port: 'false'
  73.         private_key_path: 'false'
  74.         username: vagrant
  75.         guest_port: 'false'
  76.         keep_alive: '1'
  77.         forward_agent: 'false'
  78.         forward_x11: 'false'
  79.         shell: 'bash -l'
  80.         insert_key: 'false'
  81.     vagrant:
  82.         host: detect
  83.     proxy:
  84.         http: ''
  85.         https: ''
  86.         ftp: ''
  87.         no_proxy: ''
  88.         enabled: ''
  89. server:
  90.     install: '1'
  91.     packages:
  92.        - vim
  93. users_groups:
  94.     install: '1'
  95.     groups: {  }
  96.     users: {  }
  97. locale:
  98.     install: '1'
  99.     settings:
  100.         default_locale: en_US.UTF-8
  101.         locales:
  102.            - en_GB.UTF-8
  103.             - en_US.UTF-8
  104.         timezone: UTC
  105. firewall:
  106.     install: '1'
  107.     rules: {  }
  108. cron:
  109.     install: '1'
  110.     jobs: {  }
  111. nginx:
  112.     install: '1'
  113.     settings:
  114.         default_vhost: 1
  115.         proxy_buffer_size: 128k
  116.         proxy_buffers: '4 256k'
  117.         proxy_connect_timeout: 600s
  118.         proxy_send_timeout: 600s
  119.         proxy_read_timeout: 600s
  120.         names_hash_bucket_size: 128
  121.     upstreams: {  }
  122.     vhosts:
  123.         nxv_q49vcu8h252f:
  124.             server_name: stealth.local
  125.             server_aliases:
  126.                - www.stealth.local
  127.             www_root: /var/www/html/stealth
  128.             listen_port: '80'
  129.             index_files:
  130.                - index.html
  131.                 - index.htm
  132.                 - index.php
  133.             client_max_body_size: 1m
  134.             ssl: '0'
  135.             ssl_cert: ''
  136.             ssl_key: ''
  137.             ssl_port: '443'
  138.             ssl_protocols: ''
  139.             ssl_ciphers: ''
  140.             rewrite_to_https: '1'
  141.             spdy: '1'
  142.             locations:
  143.                 nxvl_jgoq1w2q6djh:
  144.                     location: /
  145.                     autoindex: 'off'
  146.                     internal: 'false'
  147.                     try_files:
  148.                        - $uri
  149.                         - $uri/
  150.                         - /index.php$is_args$args
  151.                     fastcgi: ''
  152.                     fastcgi_index: ''
  153.                     fastcgi_split_path: ''
  154.                     proxy: ''
  155.                     proxy_redirect: ''
  156.                 nxvl_sxgzham6ivsq:
  157.                     location: '~ \.php$'
  158.                     autoindex: 'off'
  159.                     internal: 'false'
  160.                     try_files:
  161.                        - $uri
  162.                         - $uri/
  163.                         - /index.php$is_args$args
  164.                     fastcgi: '127.0.0.1:9000'
  165.                     fastcgi_index: index.php
  166.                     fastcgi_split_path: '^(.+\.php)(/.*)$'
  167.                     fast_cgi_params_extra:
  168.                        - 'SCRIPT_FILENAME $request_filename'
  169.                         - 'APP_ENV dev'
  170.                     set:
  171.                        - '$path_info $fastcgi_path_info'
  172.                     proxy: ''
  173.                     proxy_redirect: ''
  174.         nxv_9sk3f60vqpy8:
  175.             server_name: api.stealth.local
  176.             www_root: /var/www/html/api.stealth/web
  177.             listen_port: '80'
  178.             index_files:
  179.                - index.html
  180.                 - index.htm
  181.                 - index.php
  182.             client_max_body_size: 1m
  183.             ssl: '0'
  184.             ssl_cert: ''
  185.             ssl_key: ''
  186.             ssl_port: '443'
  187.             ssl_protocols: ''
  188.             ssl_ciphers: ''
  189.             rewrite_to_https: '1'
  190.             spdy: '1'
  191.             locations:
  192.                 nxvl_hytj6frqkwc5:
  193.                     location: /
  194.                     autoindex: 'off'
  195.                     internal: 'false'
  196.                     try_files:
  197.                        - $uri
  198.                         - $uri/
  199.                         - /index.php$is_args$args
  200.                     fastcgi: ''
  201.                     fastcgi_index: ''
  202.                     fastcgi_split_path: ''
  203.                     proxy: ''
  204.                     proxy_redirect: ''
  205.                 nxvl_e2g970prvtpr:
  206.                     location: '~ \.php$'
  207.                     autoindex: 'off'
  208.                     internal: 'false'
  209.                     try_files:
  210.                        - $uri
  211.                         - $uri/
  212.                         - /index.php$is_args$args
  213.                     fastcgi: '127.0.0.1:9000'
  214.                     fastcgi_index: index.php
  215.                     fastcgi_split_path: '^(.+\.php)(/.*)$'
  216.                     fast_cgi_params_extra:
  217.                        - 'SCRIPT_FILENAME $request_filename'
  218.                         - 'APP_ENV dev'
  219.                     set:
  220.                        - '$path_info $fastcgi_path_info'
  221.                     proxy: ''
  222.                     proxy_redirect: ''
  223.         nxv_9zps9zblx744:
  224.             server_name: dev.api.stealth.local
  225.             www_root: /var/www/html/dev.api.stealth/web
  226.             listen_port: '80'
  227.             index_files:
  228.                - index.html
  229.                 - index.htm
  230.                 - index.php
  231.             client_max_body_size: 1m
  232.             ssl: '0'
  233.             ssl_cert: ''
  234.             ssl_key: ''
  235.             ssl_port: '443'
  236.             ssl_protocols: ''
  237.             ssl_ciphers: ''
  238.             rewrite_to_https: '1'
  239.             spdy: '1'
  240.             locations:
  241.                 nxvl_2y2ifnidq1kn:
  242.                     location: /
  243.                     autoindex: 'off'
  244.                     internal: 'false'
  245.                     try_files:
  246.                        - $uri
  247.                         - $uri/
  248.                         - /index.php$is_args$args
  249.                     fastcgi: ''
  250.                     fastcgi_index: ''
  251.                     fastcgi_split_path: ''
  252.                     proxy: ''
  253.                     proxy_redirect: ''
  254.                 nxvl_p4evo8sgjryh:
  255.                     location: '~ \.php$'
  256.                     autoindex: 'off'
  257.                     internal: 'false'
  258.                     try_files:
  259.                        - $uri
  260.                         - $uri/
  261.                         - /index.php$is_args$args
  262.                     fastcgi: '127.0.0.1:9000'
  263.                     fastcgi_index: index.php
  264.                     fastcgi_split_path: '^(.+\.php)(/.*)$'
  265.                     fast_cgi_params_extra:
  266.                        - 'SCRIPT_FILENAME $request_filename'
  267.                         - 'APP_ENV dev'
  268.                     set:
  269.                        - '$path_info $fastcgi_path_info'
  270.                     proxy: ''
  271.                     proxy_redirect: ''
  272.         nxv_93dykk3lcfuc:
  273.             server_name: test.stealth.local
  274.             www_root: /var/www/html/test.stealth/rest/web
  275.             listen_port: '80'
  276.             index_files:
  277.                - index.html
  278.                 - index.htm
  279.                 - index.php
  280.             client_max_body_size: 1m
  281.             ssl: '0'
  282.             ssl_cert: ''
  283.             ssl_key: ''
  284.             ssl_port: '443'
  285.             ssl_protocols: ''
  286.             ssl_ciphers: ''
  287.             rewrite_to_https: '1'
  288.             spdy: '1'
  289.             locations:
  290.                 nxvl_pldgsx6bvvzw:
  291.                     location: /
  292.                     autoindex: 'off'
  293.                     internal: 'false'
  294.                     try_files:
  295.                        - $uri
  296.                         - $uri/
  297.                         - /index.php$is_args$args
  298.                     fastcgi: ''
  299.                     fastcgi_index: ''
  300.                     fastcgi_split_path: ''
  301.                     proxy: ''
  302.                     proxy_redirect: ''
  303.                 nxvl_vflhyn9vjik6:
  304.                     location: '~ \.php$'
  305.                     autoindex: 'off'
  306.                     internal: 'false'
  307.                     try_files:
  308.                        - $uri
  309.                         - $uri/
  310.                         - /index.php$is_args$args
  311.                     fastcgi: '127.0.0.1:9000'
  312.                     fastcgi_index: index.php
  313.                     fastcgi_split_path: '^(.+\.php)(/.*)$'
  314.                     fast_cgi_params_extra:
  315.                        - 'SCRIPT_FILENAME $request_filename'
  316.                         - 'APP_ENV dev'
  317.                     set:
  318.                        - '$path_info $fastcgi_path_info'
  319.                     proxy: ''
  320.                     proxy_redirect: ''
  321.     proxies: {  }
  322. apache:
  323.     install: '0'
  324.     settings:
  325.         version: 2.4
  326.         user: www-data
  327.         group: www-data
  328.         default_vhost: true
  329.         manage_user: false
  330.         manage_group: false
  331.         sendfile: 0
  332.     modules:
  333.        - proxy_fcgi
  334.         - rewrite
  335.     vhosts:
  336.         av_dsyme61hsgyb:
  337.             servername: awesome.dev
  338.             serveraliases:
  339.                - www.awesome.dev
  340.             docroot: /var/www/awesome
  341.             port: '80'
  342.             setenv:
  343.                - 'APP_ENV dev'
  344.             setenvif:
  345.                - 'Authorization "(.*)" HTTP_AUTHORIZATION=$1'
  346.             custom_fragment: ''
  347.             ssl: '0'
  348.             ssl_cert: ''
  349.             ssl_key: ''
  350.             ssl_chain: ''
  351.             ssl_certs_dir: ''
  352.             ssl_protocol: ''
  353.             ssl_cipher: ''
  354.             directories:
  355.                 avd_jenplfbuxqp9:
  356.                     path: /var/www/awesome
  357.                     options:
  358.                        - Indexes
  359.                         - FollowSymlinks
  360.                         - MultiViews
  361.                     allow_override:
  362.                        - All
  363.                     require:
  364.                        - 'all granted'
  365.                     custom_fragment: ''
  366.                     files_match:
  367.                         avdfm_mffyv6q95h5f:
  368.                             path: \.php$
  369.                             sethandler: 'proxy:fcgi://127.0.0.1:9000'
  370.                             custom_fragment: ''
  371.                             provider: filesmatch
  372.                     provider: directory
  373. php:
  374.     install: '1'
  375.     settings:
  376.         version: '70'
  377.     modules:
  378.         php:
  379.            - cli
  380.             - intl
  381.             - curl
  382.             - mbstring
  383.             - gd
  384.         pear: {  }
  385.         pecl: {  }
  386.     ini:
  387.         display_errors: 'On'
  388.         error_reporting: '-1'
  389.         session.save_path: /var/lib/php/session
  390.         date.timezone: UTC
  391.     fpm_ini:
  392.         error_log: /var/log/php-fpm.log
  393.     fpm_pools:
  394.         phpfp_9fgntmwd2yok:
  395.             ini:
  396.                 prefix: www
  397.                 listen: '127.0.0.1:9000'
  398.                 security.limit_extensions: .php
  399.                 user: www-user
  400.                 group: www-data
  401.     composer: '1'
  402.     composer_home: ''
  403. xdebug:
  404.     install: '1'
  405.     settings:
  406.         xdebug.default_enable: '1'
  407.         xdebug.remote_autostart: '0'
  408.         xdebug.remote_connect_back: '1'
  409.         xdebug.remote_enable: '1'
  410.         xdebug.remote_handler: dbgp
  411.         xdebug.remote_port: '9000'
  412. blackfire:
  413.     install: '0'
  414.     settings:
  415.         server_id: ''
  416.         server_token: ''
  417.         agent:
  418.             http_proxy: ''
  419.             https_proxy: ''
  420.             log_file: stderr
  421.             log_level: '1'
  422.         php:
  423.             agent_timeout: '0.25'
  424.             log_file: ''
  425.             log_level: '1'
  426. xhprof:
  427.     install: '0'
  428. wpcli:
  429.     install: '0'
  430.     version: v0.21.1
  431. drush:
  432.     install: '0'
  433.     version: 6.3.0
  434. ruby:
  435.     install: '1'
  436.     versions:
  437.         rv_eibbpotoo4uq:
  438.             default: '1'
  439.             bundler: '1'
  440.             version: 1.9.3
  441.             gems:
  442.                - deep_merge
  443.                 - activesupport
  444.                 - vine
  445. python:
  446.     install: '1'
  447.     packages: {  }
  448.     versions: {  }
  449. nodejs:
  450.     install: '0'
  451.     settings:
  452.         version: '5'
  453.     npm_packages: {  }
  454. hhvm:
  455.     install: '0'
  456.     nightly: 0
  457.     composer: '1'
  458.     composer_home: ''
  459.     settings: {  }
  460.     server_ini:
  461.         hhvm.server.host: 127.0.0.1
  462.         hhvm.server.port: '9000'
  463.         hhvm.log.use_log_file: '1'
  464.         hhvm.log.file: /var/log/hhvm/error.log
  465.     php_ini:
  466.         display_errors: 'On'
  467.         error_reporting: '-1'
  468.         date.timezone: UTC
  469. mariadb:
  470.     install: '0'
  471.     settings:
  472.         version: '10.1'
  473.         root_password: '123'
  474.         override_options: {  }
  475.     adminer: 0
  476.     users:
  477.         mariadbnu_qycbfeacdpvh:
  478.             name: dbuser
  479.             password: '123'
  480.     databases:
  481.         mariadbnd_xx6rdnb4tq46:
  482.             name: dbname
  483.             sql: ''
  484.     grants:
  485.         mariadbng_xj509vazzeu1:
  486.             user: dbuser
  487.             table: '*.*'
  488.             privileges:
  489.                - ALL
  490. mysql:
  491.     install: '1'
  492.     settings:
  493.         version: '5.6'
  494.         root_password: root
  495.         override_options: {  }
  496.     adminer: 0
  497.     users:
  498.         mysqlnu_a951r1xbygtz:
  499.             name: ustealth
  500.             password: ustealth
  501.         mysqlnu_dbrgbozobjzm:
  502.             name: udev
  503.             password: udev
  504.     databases:
  505.         mysqlnd_0d259aylvuid:
  506.             name: stealth
  507.             sql: ''
  508.         mysqlnd_8tv57y8d489b:
  509.             name: dev
  510.             sql: ''
  511.     grants:
  512.         mysqlng_545lm6eiqraw:
  513.             user: ustealth
  514.             table: '*.*'
  515.             privileges:
  516.                - ALL
  517.         mysqlng_y67c02plhtxr:
  518.             user: udev
  519.             table: '*.*'
  520.             privileges:
  521.                - ALL
  522. postgresql:
  523.     install: '0'
  524.     settings:
  525.         global:
  526.             encoding: UTF8
  527.             version: '9.4'
  528.         server:
  529.             postgres_password: '123'
  530.     databases: {  }
  531.     users: {  }
  532.     grants: {  }
  533.     adminer: 0
  534. mongodb:
  535.     install: '0'
  536.     settings:
  537.         bind_ip: 127.0.0.1
  538.         port: '27017'
  539.     globals:
  540.         version: 2.6.0
  541.     databases: {  }
  542. redis:
  543.     install: '0'
  544.     settings:
  545.         port: '6379'
  546. sqlite:
  547.     install: '1'
  548.     adminer: 0
  549.     databases: {  }
  550. mailhog:
  551.     install: '0'
  552.     settings:
  553.         smtp_ip: 0.0.0.0
  554.         smtp_port: 1025
  555.         http_ip: 0.0.0.0
  556.         http_port: '8025'
  557.         path: /usr/local/bin/mailhog
  558. beanstalkd:
  559.     install: '0'
  560.     settings:
  561.         listenaddress: 0.0.0.0
  562.         listenport: '11300'
  563.         maxjobsize: '65535'
  564.         maxconnections: '1024'
  565.         binlogdir: /var/lib/beanstalkd/binlog
  566.         binlogfsync: null
  567.         binlogsize: '10485760'
  568.     beanstalk_console: 0
  569. rabbitmq:
  570.     install: '0'
  571.     settings:
  572.         port: '5672'
  573.     users: {  }
  574.     vhosts: {  }
  575.     plugins: {  }
  576. elastic_search:
  577.     install: '0'
  578.     settings:
  579.         version: 2.1.0
  580.         java_install: true
  581.     instances:
  582.         esi_cq08eimi9uo0:
  583.             name: es-01
  584. solr:
  585.     install: '0'
  586.     settings:
  587.         version: 4.10.2
  588.         port: '8984'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement