matrix-docker-ansible-deploy/roles/custom/matrix-base/tasks
Slavi Pantaleev d6bf789710 Remove matrix_container_global_registry_prefix variable
This is done for a few reasons:

- less globals and more indepdendence for each role is better. We rely
  on various externally-hosted roles and they don't rely on this global
  either.

- `matrix_container_global_registry_prefix` could make people think they
  could just override this variable and have all their images pull from
  elsewhere. This is rarely the case, unless you've taken special care
  to mirror all the various components (from their respective
  registries) to your own. In such a case, you probably know what you're
  mirroring and can adjust individual variables.

- nowadays, various components live on different registries.
  With Docker Inc tightening rate limits for Docker Hub, it's even more
  likely that we'll see increased diversity in where images are hosted
2025-02-23 10:15:41 +02:00
..
ensure_fuse_installed_archlinux.yml
ensure_fuse_installed_debian.yml
ensure_fuse_installed_redhat.yml
ensure_fuse_installed.yml
ensure_openssl_installed.yml Install openssl using ansible.builtin.package, not using a distro-specific package manager module 2022-11-05 12:10:59 +02:00
main.yml More progress on matrix-static-files role and cleaning up of matrix-base and matrix-nginx-proxy 2024-01-03 13:46:25 +02:00
setup_matrix_base.yml Deprecate matrix_docker_network 2024-01-13 17:49:38 +02:00
setup_matrix_user.yml Combine matrix user/group set_fact calls into one 2022-11-23 17:07:52 +02:00
validate_config.yml Remove matrix_container_global_registry_prefix variable 2025-02-23 10:15:41 +02:00