8 lines
275 B
Django/Jinja
8 lines
275 B
Django/Jinja
{
|
|
{% if inventory_hostname == "nextcloud" %}"storage-driver": "devicemapper",{% endif %}
|
|
"insecure-registries" : ["{{ registry_location }}","10.0.0.221:5000"],
|
|
"registry-mirrors": ["http://10.0.0.221:5000"],
|
|
"metrics-addr" : "0.0.0.0:9323",
|
|
"experimental" : true
|
|
}
|