mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 21:23:23 +02:00
7 lines
198 B
YAML
7 lines
198 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
|
|
notify: reload consul
|
|
tags: consul
|