Guest User

Untitled

a guest
Jun 16th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. ---
  2. :vars:
  3. db_host:
  4. :default: localhost
  5. backend:
  6. :default: haproxy
  7. memcached_port:
  8. :default: "11211"
  9. app_name:
  10. :default: myapp
  11. monit_included_dir:
  12. :default: /etc/monit/conf.d/*.monitrc
  13. ts_generated_config: {}
  14.  
  15. repo:
  16. :default: .
  17. :message: Path to local repo
  18. ruby_type:
  19. :default: mri
  20. passenger_repo_root:
  21. :default: :rails_root
  22. :values: {}
  23.  
  24. homebrew_downloads:
  25. :default: /srv/http/files
  26. rails_root:
  27. :type: :path
  28. :default: ~/current
  29. monit_port: {}
  30.  
  31. sphinx_mem_limit:
  32. :default: 384M
  33. homebrew_vhost_root:
  34. :default: /srv/http/homebrew
  35. memcached_listen_ip:
  36. :default: 0.0.0.0
  37. timeout: {}
  38.  
  39. port:
  40. :message: port for ssh alias (just put a single space to indicate blank and use the default)
  41. www_aliases: {}
  42.  
  43. domain:
  44. :default: :username
  45. :values: {}
  46.  
  47. username:
  48. :default: marketplace
  49. mongrel_port_range:
  50. :default: 500x
  51. max_connections: {}
  52.  
  53. branch:
  54. :message: Branch to track
  55. ssh_config_file:
  56. :default: ~/.ssh/config
  57. sphinx_dir:
  58. :default: /var/sphinx
  59. homebrew_prefix:
  60. :default: /usr/local
  61. :message: Where would you like homebrew installed
  62. nginx_prefix:
  63. :default: /opt/nginx
  64. local_path:
  65. :default: :mirror_domain
  66. :values: {}
  67.  
  68. db_user:
  69. :default: :username
  70. :values: {}
  71.  
  72. stats_listen_port: {}
  73.  
  74. homebrew_repo_user:
  75. :default: mxcl
  76. :message: Whose homebrew repo would you like to use?
  77. mirror_root:
  78. :default: /srv/http/ajax.googleapis.com
  79. bundler_installed_locally:
  80. :default: n
  81. key_file:
  82. :message: path to the private key to use (just put a single space to indicate blank and use the default)
  83. versions:
  84. :value:
  85. :rubygems: 1.3.7
  86. :nginx_upload_module: 2.0.12
  87. git: 1.7.2.2
  88. :nginx: 0.7.65
  89. :sbt: 0.5.4
  90. twitter_pass: {}
  91.  
  92. app_listen_port: {}
  93.  
  94. babushka_branch:
  95. :default: master
  96. :message: Which branch would you like to update from?
  97. :choice_descriptions:
  98. master: Standard-issue babushka
  99. next: The development head -- slight risk of explosions
  100. document_root: {}
  101.  
  102. rails_env:
  103. :default: production
  104. nginx_auth:
  105. :default: "no"
  106. remote:
  107. :message: Name of remote repo
  108. sphinx_port: {}
  109.  
  110. install_path:
  111. :default: /usr/local/babushka
  112. :message: Where would you like babushka installed
  113. vhost_type:
  114. :default: passenger
  115. mirror_prefix:
  116. :default: /srv/http
  117. number_of_upstream_mongrels: {}
  118.  
  119. monit_frequency: {}
  120.  
  121. user:
  122. :default: marketplace
  123. ruby_version: {}
  124.  
  125. :info:
  126. :dep_name: envato:rack.gem
  127. :uname: |
  128. Linux cloud-unicorn 2.6.35.4-rscloud #8 SMP Mon Sep 20 15:54:33 UTC 2010 x86_64 GNU/Linux
  129.  
  130. :result: false
  131. :version: 0.6.2
  132. :date: 2010-09-29 13:57:30.603781 +10:00
  133. :unix_date: 1285732650
Add Comment
Please, Sign In to add comment