ansible-role-postgresql/tasks/consul.yml
vincent 1fdff1c48b
Some checks failed
continuous-integration/drone/push Build is failing
feat: add consul service
2023-10-31 20:11:28 +01:00

8 lines
213 B
YAML

- name: Template consul service
ansible.builtin.template:
src: consul.d/postgres.hcl.j2
dest: /etc/consul.d/postgres.hcl
owner: consul
mode: "0644"
notify: Reload consul configuration on Linux