ansible-playbook-gcore-enab.../roles/is-registry/defaults/main.yml

18 lines
769 B
YAML
Raw Normal View History

2023-09-26 11:40:59 +02:00
---
# defaults file for is-registry
service_prefix: 'is-registry'
2023-10-03 16:32:13 +02:00
start_scopes: 'devNext'
2023-10-03 18:28:04 +02:00
infrastructure: 'gcube'
2023-10-03 16:32:13 +02:00
complete_start_scope: '/gcube/devNext'
gcore_host: 'node14-d-d4s.d4science.org'
collector_url: 'http://node22.d.d4science.research-infrastructures.eu:8080'
2023-10-06 15:41:40 +02:00
config_dir: 'etc/is-registry-service'
scope_name: '{{ start_scopes | lower }}'
is_registry_compose_dir: '/srv/is-registry-stack-{{ scope_name }}'
is_registry_docker_stack_name: 'is-registry-stack-{{ scope_name }}'
is_registry_docker_service_server_name: 'is-registry-{{ scope_name }}'
2023-10-06 15:41:40 +02:00
is_registry_docker_server_image: 'd4science/gcore-is-registry:latest'
is_registry_docker_network: 'is-registry-network'
#is_registry_service_port: 8080
is_registry_haproxy_public_net: 'haproxy-public'
infra: 'prod'