homelab/ansible/playbooks/consul.yml

9 lines
97 B
YAML
Raw Normal View History

2024-08-04 09:56:02 +00:00
---
- name: Consul install
hosts: all
roles:
- role: ansible-consul
become: true