mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
13 lines
383 B
YAML
13 lines
383 B
YAML
---
|
|
|
|
- name: restart consul
|
|
service: name=consul state=restarted
|
|
when: consul_service_started is not defined or not consul_service_started.changed
|
|
|
|
- name: reload consul
|
|
service: name=consul state=reloaded
|
|
when: consul_service_started is not defined or not consul_service_started.changed
|
|
|
|
- name: restart consul-vault-agent
|
|
service: name=consul-vault-agent state=restarted
|