Compare commits
2 Commits
transcaffe
...
main
Author | SHA1 | Date | |
---|---|---|---|
cce1ed58d4
|
|||
205606a1cf
|
@ -7,6 +7,7 @@ authors:
|
|||||||
description: Deploying fediverse software, mostly ActivityPub based
|
description: Deploying fediverse software, mostly ActivityPub based
|
||||||
dependencies:
|
dependencies:
|
||||||
"community.docker": "^4.0.0"
|
"community.docker": "^4.0.0"
|
||||||
|
"community.general": "^10.6.0"
|
||||||
license_file: LICENSE.md
|
license_file: LICENSE.md
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
@ -15,3 +16,4 @@ issues: https://codeberg.org/finallycoffee/ansible-collection-fediverse/issues
|
|||||||
tags:
|
tags:
|
||||||
- fediwall
|
- fediwall
|
||||||
- gotosocial
|
- gotosocial
|
||||||
|
- mastodon
|
||||||
|
@ -3,7 +3,7 @@ mastodon_user: mastodon
|
|||||||
mastodon_base_path: /opt/mastodon
|
mastodon_base_path: /opt/mastodon
|
||||||
mastodon_domain: ~
|
mastodon_domain: ~
|
||||||
mastodon_web_domain: ~
|
mastodon_web_domain: ~
|
||||||
mastodon_version: "4.3.2"
|
mastodon_version: "4.3.8"
|
||||||
mastodon_git_upstream_url: "https://github.com/mastodon/mastodon.git"
|
mastodon_git_upstream_url: "https://github.com/mastodon/mastodon.git"
|
||||||
|
|
||||||
mastodon_data_path: "{{ mastodon_base_path }}/data"
|
mastodon_data_path: "{{ mastodon_base_path }}/data"
|
||||||
|
Reference in New Issue
Block a user