Skip to content

Commit

Permalink
[#187229318] Entferne Consul Template
Browse files Browse the repository at this point in the history
  • Loading branch information
eifelmicha committed Mar 13, 2024
1 parent 91627ee commit a06f018
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
3 changes: 0 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ _consul:
use_dnsmasq_forwarding: true
download:
consul_url: "https://releases.hashicorp.com/consul/1.12.9/consul_1.12.9_linux_amd64.zip"
consul_template_url: "https://releases.hashicorp.com/consul-template/0.19.0/consul-template_0.19.0_linux_amd64.zip"
template:
config_dir: "/etc/consul-template.d"
logfile: "/var/log/consul.log"
42 changes: 0 additions & 42 deletions tasks/consul_template.yml

This file was deleted.

5 changes: 0 additions & 5 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,3 @@
name: dnsmasq
state: restarted
when: dnsmasq_consul is changed

# Install Consul Template only when requested
- name: Install and configure Consul Template
ansible.builtin.include_tasks: consul_template.yml
when: _consul.template.install | default('false') | bool

0 comments on commit a06f018

Please sign in to comment.