13 lines
208 B
YAML
13 lines
208 B
YAML
|
---
|
||
|
- name: Configurazione IS Registry
|
||
|
#hosts: is_registry_devsec:is_registry_devnext
|
||
|
hosts: all
|
||
|
# tasks:
|
||
|
# - name:
|
||
|
# debug:
|
||
|
# var: start_scopes
|
||
|
roles:
|
||
|
- { role: is-registry }
|
||
|
|
||
|
|