- diaspora:
- repository: git://github.com/diaspora/diaspora.git
-
- # version can be a branch or a tag
- version: develop
-
- install_path: /srv/diaspora
-
- ruby_version: 2.3.4
-
- user:
- username: diaspora
- shell: /bin/zsh
-
- database:
- # type needs to be 'postgresql' or 'mysql'
- type: postgresql
- host: localhost
- username: diaspora
- password: secret
- database: diaspora
-
- # have a look at https://github.com/diaspora/diaspora/blob/develop/config/diaspora.yml.example
- configuration:
- environment:
- url: "https://example.org/"
- settings:
- pod_name: "example diaspora* pod"
|