SuperTux88's Diaspora Saltstack Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

defaults.yaml 416B

12345678910111213141516171819202122232425
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. diaspora:
  5. repository: https://github.com/diaspora/diaspora.git
  6. version: master
  7. install_path: /srv/diaspora
  8. ruby_version: 2.6.6
  9. install_redis: true
  10. user:
  11. username: diaspora
  12. database:
  13. type: postgresql
  14. host: localhost
  15. username: diaspora
  16. password: ~
  17. database: diaspora
  18. configuration:
  19. server:
  20. rails_environment: production