digitalocean.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. ---
  2. # Server Timzone + Locale
  3. timezone: America/New_York
  4. locale: en_US.UTF-8
  5. # Swap
  6. # Uncommend here and in /roles/common/tasks/main.yml
  7. swap_enabled: true
  8. swap_file_path: /swapfile
  9. swap_file_size_kb: 1024
  10. # General settings
  11. deploy_dir: /var/www/app
  12. deploy_user: deploy
  13. deploy_password: deploy
  14. deploy_app_name: contactrocket
  15. deploy_server_hostname: box.your-server.net
  16. # Nginx
  17. nginx_https_enabled: true
  18. # Certbot
  19. certbot_url: https://dl.eff.org/certbot-auto
  20. certbot_dir: /opt/certbot
  21. certbot_email: webmaster@your-server.net
  22. # Authorized Hosts
  23. # This copies your local public key to the remote machine
  24. # for passwordless login. Modify this!
  25. ssh_public_key_files:
  26. - /Users/machine/.ssh/id_rsa.pub
  27. # Ruby
  28. ruby_install_version: 0.6.1
  29. chruby_version: 0.3.9
  30. ruby_version: 2.2.6
  31. # Rails
  32. rails_secret_key_base: changemeaswelldudepleaseomgsosooncuzotherwisetheygetsupermadatyouomgomg
  33. # Elasticsearch
  34. elasticsearch_version: 2.3.0
  35. # Monit
  36. monit_sidekiq_enabled: true
  37. # Odoo
  38. odoo_version: 10.0
  39. odoo_user: odoo
  40. odoo_repo_type: git
  41. odoo_config_db_host: localhost
  42. odoo_config_db_user: postgres
  43. odoo_config_db_passwd: postgres
  44. odoo_repo_dest: "/home/odoo/odoo"
  45. odoo_config_admin_passwd: admin
  46. odoo_config_addons_path: "/home/odoo/odoo/addons"
  47. odoo_config_server_wide_modules: web,web_kanban,connector