mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 16:46:54 +02:00
Update to 2022-08-01 16:00
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
- name: Deploy consul configuration
|
||||
template:
|
||||
src: consul.json.j2
|
||||
dest: "{{ consul_root_dir }}/etc/consul.json"
|
||||
src: consul.hcl.j2
|
||||
dest: "{{ consul_root_dir }}/etc/consul.hcl"
|
||||
owner: root
|
||||
group: "{{ consul_user }}"
|
||||
mode: 640
|
||||
validate: consul validate %s
|
||||
mode: 0640
|
||||
#validate: consul validate %s
|
||||
notify: restart consul
|
||||
tags: consul
|
||||
|
Reference in New Issue
Block a user