16 lines
428 B
YAML
16 lines
428 B
YAML
---
|
|
- name: Configurazione IS Registry Service
|
|
#hosts: is_registry_devsec:is_registry_devnext
|
|
hosts: all
|
|
tasks:
|
|
# - name: DEBUG
|
|
# debug:
|
|
# msg:
|
|
# gcore_host: "{{ gcore_host}}"
|
|
# security_keys: "{{ gcube_dev_security_keys if infra == 'dev' else gcube_prod_security_keys }}"
|
|
# sec_keys: "{{ vars['gcube_' ~ infra ~ '_security_keys'] }}"
|
|
roles:
|
|
- { role: is-registry }
|
|
|
|
|