mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-04-11 15:00
This commit is contained in:
@@ -6,3 +6,12 @@ node_meta {
|
||||
{% endfor %}
|
||||
}
|
||||
|
||||
{% for service in consul_catalog_services.keys() | list %}
|
||||
services {
|
||||
id = "{{ service }}"
|
||||
name = "{{ consul_extra_catalog_services[service].name }}"
|
||||
address = "{{ consul_extra_catalog_services[service].address }}"
|
||||
port = {{ consul_extra_catalog_services[service].port }}
|
||||
}
|
||||
{% endfor %}
|
||||
|
||||
|
Reference in New Issue
Block a user