netz39-infra-ansible/roles/cleanuri
Stefan Haun 5f890d4858 Update cleanURI components to the latest versions
This completes the switch to the new Site API and external site
implementations.

As there is some trouble with Amazon (see https://github.com/penguineer/cleanURI-site-implementations/pull/5)
Amazon is not available for now.
2024-02-26 20:10:04 +01:00
..
defaults Update cleanURI components to the latest versions 2024-02-26 20:10:04 +01:00
tasks 🔧 Add timezone info to cleanuri containers 2022-11-10 17:54:45 +01:00
README.md fix: rename role setup-http-site-proxy to resolve ansible lint warning 106 2022-10-24 22:22:36 +02:00

ansible-role cleanuri

Set up the cleanURI service.

Dependencies

This role uses the setup_http_site_proxy role.

Use

  roles:
    - role: cleanuri
      vars:
        # Make sure to set up HTTPS ingress
        cleanuri_ui_domain: 
        cleanuri_ui_host_port: 
        cleanuri_api_domain: 
        cleanuri_api_host_port: 
        # These values need to be set up in RabbitMQ
        cleanuri_amqp_host: 
        cleanuri_amqp_user: 
        cleanuri_amqp_pass: 
        cleanuri_amqp_vhost:  # default "/"

Please check defaults/main.yml for a complete list of variables.