mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-04 00:43:20 +00:00
Add parameters to dnsdist in Deployer tasks
This commit is contained in:
@@ -302,6 +302,8 @@
|
|||||||
restart_policy: always
|
restart_policy: always
|
||||||
volumes:
|
volumes:
|
||||||
- "/root/data/dnsdist/config.conf:/etc/dnsdist/dnsdist.conf:ro"
|
- "/root/data/dnsdist/config.conf:/etc/dnsdist/dnsdist.conf:ro"
|
||||||
|
tty: yes
|
||||||
|
interactive: yes
|
||||||
when:
|
when:
|
||||||
- (deployerTaskD1 is defined and deployerTaskD1.changed) or deployerTaskD1 is undefined or (deployerTaskD2 is defined and deployerTaskD2.changed) or deployerTaskD2 is undefined
|
- (deployerTaskD1 is defined and deployerTaskD1.changed) or deployerTaskD1 is undefined or (deployerTaskD2 is defined and deployerTaskD2.changed) or deployerTaskD2 is undefined
|
||||||
tags:
|
tags:
|
||||||
|
Reference in New Issue
Block a user