Add ParthenosVO group vars

This commit is contained in:
Antonio Calanducci 2024-01-17 09:28:24 +01:00
parent ac25ea1bda
commit 153b75433e
4 changed files with 16 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
vpass
.vscode/settings.json
.gitignore
.vscode/settings.json

View File

@ -0,0 +1,11 @@
start_scopes: 'ParthenosVO'
complete_start_scope: '/d4science.research-infrastructures.eu/ParthenosVO'
gcore_host: 'resourcemanager-parthenosvo.cloud.d4science.org'
infrastructure: 'd4science.research-infrastructures.eu'
resource_manager_docker_stack_name: 'gcore-parthenosvo'
resource_manager_docker_service_server_name: 'resource-manager'
infra: 'prod'
nfs_server_ip: 192.168.4.10

View File

@ -0,0 +1,3 @@
[resource_manager_parthenosvo]
#10.1.28.135
10.1.40.31

View File

@ -3,7 +3,7 @@
#hosts: is_registry_devsec:is_registry_devnext
#hosts: resource_manager_devsec
hosts: all
tasks:
pre_tasks:
- name: Set gcube security keys variables properly according to the environment
set_fact:
gcube_security_keys: "{{ gcube_prod_security_keys if infra == 'prod' else gcube_preprod_security_keys if infra == 'pre' else gcube_dev_security_keys }}"