Compare commits
3 Commits
5e59bcc318
...
0.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
95bce1f9b9
|
|||
|
be781823fa
|
|||
|
4b1779759a
|
@@ -1,6 +1,6 @@
|
||||
namespace: finallycoffee
|
||||
name: fediverse
|
||||
version: 0.1.2
|
||||
version: 0.2.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- transcaffeine <transcaffeine@finally.coffee>
|
||||
|
||||
@@ -3,7 +3,7 @@ mastodon_user: mastodon
|
||||
mastodon_base_path: /opt/mastodon
|
||||
mastodon_domain: ~
|
||||
mastodon_web_domain: ~
|
||||
mastodon_version: "4.3.8"
|
||||
mastodon_version: "4.3.9"
|
||||
mastodon_git_upstream_url: "https://github.com/mastodon/mastodon.git"
|
||||
|
||||
mastodon_data_path: "{{ mastodon_base_path }}/data"
|
||||
|
||||
12
roles/mastodon/meta/main.yml
Normal file
12
roles/mastodon/meta/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
allow_duplicates: true
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
role_name: mastodon
|
||||
description: >-2
|
||||
Deploy Mastodon, a social network server based on activity pub, built with ruby and nodejs
|
||||
galaxy_tags:
|
||||
- mastodon
|
||||
- activitypub
|
||||
- fediverse
|
||||
- docker
|
||||
Reference in New Issue
Block a user