diff --git a/templates/adguard.consul.json b/templates/adguard.consul.json deleted file mode 100644 index a61ee59..0000000 --- a/templates/adguard.consul.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "service": { - "name": "adguard", - "address": "127.0.0.1", - "port": 80, - "tags": [ - - ], - "connect": { - "sidecar_service": {} - } - } -} \ No newline at end of file diff --git a/templates/adguard.consul.json.j2 b/templates/adguard.consul.json.j2 new file mode 100644 index 0000000..afa57cc --- /dev/null +++ b/templates/adguard.consul.json.j2 @@ -0,0 +1 @@ +{{ deploy_adguard_consul['configuration']|to_nice_json }} \ No newline at end of file