mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 21:23:23 +02:00
13 lines
261 B
YAML
13 lines
261 B
YAML
---
|
|
|
|
- name: Deploy consul configuration
|
|
template:
|
|
src: consul.json.j2
|
|
dest: "{{ consul_root_dir }}/etc/consul.json"
|
|
owner: root
|
|
group: "{{ consul_user }}"
|
|
mode: 640
|
|
validate: consul validate %s
|
|
notify: restart consul
|
|
tags: consul
|