Add parameters to dnsdist in Deployer tasks

This commit is contained in:
Christer Warén
2025-08-28 10:44:11 +03:00
parent d5b99d3146
commit e1a1e4889a

View File

@@ -302,6 +302,8 @@
restart_policy: always
volumes:
- "/root/data/dnsdist/config.conf:/etc/dnsdist/dnsdist.conf:ro"
tty: yes
interactive: yes
when:
- (deployerTaskD1 is defined and deployerTaskD1.changed) or deployerTaskD1 is undefined or (deployerTaskD2 is defined and deployerTaskD2.changed) or deployerTaskD2 is undefined
tags: