4 Commits

3 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
namespace: finallycoffee
name: fediverse
version: 0.0.1
version: 0.1.1
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Deploying fediverse software, mostly ActivityPub based
dependencies:
"community.docker": "^1.10.0"
"community.docker": "^3.0.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'
repository: https://git.finally.coffee/finallycoffee/fediverse
issues: https://git.finally.coffee/finallycoffee/fediverse/issues
issues: https://codeberg.org/finallycoffee/ansible-collection-fediverse/issues

View File

@ -1,3 +1,3 @@
---
requires_ansible: ">=2.12"
requires_ansible: ">=2.15"

View File

@ -1,7 +1,7 @@
---
gotosocial_user: "gotosocial"
gotosocial_version: 0.10.0
gotosocial_version: 0.16.0
gotosocial_base_path: "/opt/gotosocial"
gotosocial_config_path: "{{ gotosocial_base_path }}/config"
gotosocial_template_path: "{{ gotosocial_base_path }}/templates"