Private
Public Access
2
0

consul: ACL, policies, tokens

This commit is contained in:
2026-02-06 17:36:15 +03:00
parent 67cea2f19e
commit 33fa678a40
7 changed files with 234 additions and 69 deletions

View File

@@ -1,5 +1,11 @@
- name: Restart Consul
- name: Restart Consul - Restart service
listen: "Restart Consul"
ansible.builtin.service:
name: "consul"
state: "restarted"
daemon_reload: true
- name: Restart Consul - Wait a little
listen: "Restart Consul"
ansible.builtin.wait_for:
timeout: 5