service: Set static ips for other containers too

This commit is contained in:
uumas
2025-09-15 12:34:57 +03:00
parent 16babfd5ed
commit 597faa3fd5
8 changed files with 18 additions and 0 deletions

View File

@@ -7,4 +7,6 @@
container_image: docker.io/valkey/valkey:alpine
container_networks:
- "{{ service_name }}"
container_ip: >-
{{ service_container_ip | ansible.utils.ipmath(2) if _service_static_ip else '' }}
container_auto_update: "{{ service_auto_update }}"