matrix/roles/cinny
2024-10-04 14:53:48 +02:00
..
defaults/main feat(cinny): add ansible role 2024-09-19 21:19:15 +02:00
docs feat(cinny): add ansible role 2024-09-19 21:19:15 +02:00
meta meta: add role metadata to all roles 2024-10-04 14:53:48 +02:00
tasks feat(cinny): add ansible role 2024-09-19 21:19:15 +02:00
templates feat(cinny): add ansible role 2024-09-19 21:19:15 +02:00
vars feat(cinny): add ansible role 2024-09-19 21:19:15 +02:00
README.md feat(cinny): add ansible role 2024-09-19 21:19:15 +02:00

finallycoffee.matrix.cinny ansible role

Warning

This role is a WIP and not yet usable

Supported deployment methods

Set your deployment_method to:

Not yet implemented but planned:

  • apache2
  • caddy

Configuration

All cinny config.json configuration keys are available as a snake-cased ansible variable:

  • cinny_config_homeserver_list
  • cinny_config_allow_custom_homeservers
  • [...]

If you want to provide structured configuration directly, you can either provide additional configuration in cinny_config or overwrite all existing defaults by setting cinny_config_complete.

To ensure cinny is removed from the system, set cinny_state to absent (default is present).