Skip to content

Commit

Permalink
Remove Synapse and Goofys stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronraimist committed Jan 31, 2021
1 parent c4e813f commit 5aecebe
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 2,903 deletions.
10 changes: 0 additions & 10 deletions roles/matrix-dendrite/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,6 @@ matrix_dendrite_turn_uris: []
matrix_dendrite_turn_shared_secret: ""
matrix_dendrite_turn_allow_guests: False

matrix_s3_media_store_enabled: false
matrix_s3_media_store_custom_endpoint_enabled: false
matrix_s3_goofys_docker_image: "ewoutp/goofys:latest"
matrix_s3_goofys_docker_image_force_pull: "{{ matrix_s3_goofys_docker_image.endswith(':latest') }}"
matrix_s3_media_store_custom_endpoint: "your-custom-endpoint"
matrix_s3_media_store_bucket_name: "your-bucket-name"
matrix_s3_media_store_aws_access_key: "your-aws-access-key"
matrix_s3_media_store_aws_secret_key: "your-aws-secret-key"
matrix_s3_media_store_region: "eu-central-1"

# Controls whether the self-check feature should validate TLS certificates.
matrix_dendrite_disable_tls_validation: false

Expand Down
7 changes: 0 additions & 7 deletions roles/matrix-dendrite/tasks/goofys/setup.yml

This file was deleted.

41 changes: 0 additions & 41 deletions roles/matrix-dendrite/tasks/goofys/setup_install.yml

This file was deleted.

33 changes: 0 additions & 33 deletions roles/matrix-dendrite/tasks/goofys/setup_uninstall.yml

This file was deleted.

81 changes: 0 additions & 81 deletions roles/matrix-dendrite/tasks/import_media_store.yml

This file was deleted.

5 changes: 0 additions & 5 deletions roles/matrix-dendrite/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
- setup-all
- setup-dendrite

- import_tasks: "{{ role_path }}/tasks/import_media_store.yml"
when: run_dendrite_import_media_store|bool
tags:
- import-dendrite-media-store

- import_tasks: "{{ role_path }}/tasks/register_user.yml"
when: run_dendrite_register_user|bool
tags:
Expand Down
2 changes: 0 additions & 2 deletions roles/matrix-dendrite/tasks/setup_dendrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@
when: "(matrix_dendrite_enabled|bool or matrix_s3_media_store_enabled|bool) and item.when"

- import_tasks: "{{ role_path }}/tasks/dendrite/setup.yml"

- import_tasks: "{{ role_path }}/tasks/goofys/setup.yml"
Loading

0 comments on commit 5aecebe

Please sign in to comment.