mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +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 }
|