From bde0b84d70bcced2c3f237d1db535f0eefb7352c Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 21 Jul 2022 15:50:07 -0700 Subject: [PATCH] Go back to a single ingress node to simplify Traefik TLS The open source version of Traefik doesn't natively support HA. Running multiple instances means that the TLS certificates will have to be managed outside of Traefik and distributed to running jobs via Vault and Nomad. This is doable, but I've decided to reduce the scope for now to simplify things and go to a single Ingress node so that Traefik cert management can be used. --- ansible_hosts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible_hosts.yml b/ansible_hosts.yml index c9c3608..6abad92 100644 --- a/ansible_hosts.yml +++ b/ansible_hosts.yml @@ -14,7 +14,6 @@ all: mode: "0755" read_only: false n2.thefij: - nomad_node_class: ingress nomad_node_role: both nomad_unique_host_volumes: - name: nextcloud-data