From 6ab0094a77d2cc5c29d51bed568a314f64c73f90 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 1 Nov 2022 20:38:22 +0100 Subject: [PATCH] add debian compatibility --- vars/Debian.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vars/Debian.yml diff --git a/vars/Debian.yml b/vars/Debian.yml new file mode 100644 index 0000000..c837ff2 --- /dev/null +++ b/vars/Debian.yml @@ -0,0 +1,8 @@ +--- +consul_os_package: + - consul + # - consul-template + +consul_service_name: consul + +dnsmasq_package: "dnsmasq"