ansible-role-postgresql/tasks/consul.yml

8 lines
213 B
YAML
Raw Normal View History

2023-10-31 19:11:28 +00:00
- 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