mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
5 lines
111 B
YAML
5 lines
111 B
YAML
- name: Install etcd for Terraform state
|
|
hosts: etcd
|
|
roles:
|
|
- { role: ../metal/roles/etcd, tag: etcd }
|