matrix/roles/cinny
2024-12-01 09:56:28 +01:00
..
defaults/main update(cinny): bump version to 4.2.3 2024-11-13 18:55:04 +01:00
docs chore(cinny): drop unsupported parameter 'purge_networks' on 'docker_container' module 2024-12-01 09:56:28 +01:00
meta meta: add role metadata to all roles 2024-10-04 14:53:48 +02:00
tasks chore(cinny): drop unsupported parameter 'purge_networks' on 'docker_container' module 2024-12-01 09:56:28 +01: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).