ansible-community / ansible-nomad

:watch: Ansible role for Nomad
https://galaxy.ansible.com/brianshumate/nomad
BSD 2-Clause "Simplified" License
297 stars 165 forks source link

There's a duplicate config for the consul ssl, line 25-28 & 43-46. #146

Closed lanefu closed 2 years ago

lanefu commented 2 years ago

There's a duplicate config for the consul ssl, line 25-28 & 43-46.

Originally posted by @kedai in https://github.com/ansible-community/ansible-nomad/pull/129#issuecomment-1004557766

ppacher commented 2 years ago

This acutally prevents my nomad cluster from starting because the nodes complain with the following error:

==> Error loading configuration from /etc/nomad.d: Error loading /etc/nomad.d/base.hcl: consul unexpected keys ca_file, cert_file, key_file, ssl
lanefu commented 2 years ago

Resolved #148