Rename vapp property;Configure node for private registry
This commit is contained in:
6
ansible/roles/firstboot/templates/registries.j2
Normal file
6
ansible/roles/firstboot/templates/registries.j2
Normal file
@ -0,0 +1,6 @@
|
||||
mirrors:
|
||||
docker.io:
|
||||
endpoint:
|
||||
- "https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||
rewrite:
|
||||
"(.*)": "library/docker.io/$1"
|
Reference in New Issue
Block a user