-
-
- ---
- diaspora:
- repository: https://github.com/diaspora/diaspora.git
-
-
- version: develop
-
- install_path: /srv/diaspora
-
- ruby_version: 2.6.6
-
- install_redis: false
-
- user:
- username: diaspora
- shell: /bin/zsh
-
- database:
-
- type: postgresql
- host: localhost
- username: diaspora
- password: secret
- database: diaspora
-
-
- configuration:
- environment:
- url: "https://example.org/"
- settings:
- pod_name: "example diaspora* pod"
|