mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-08 01:54:18 +07:00
12 lines
267 B
YAML
12 lines
267 B
YAML
- name: Wait for etcd
|
|
wait_for:
|
|
port: 23799
|
|
host: '{{ ansible_ssh_host }}'
|
|
connection: local
|
|
|
|
- name: Generate Terraform backend config
|
|
delegate_to: localhost
|
|
template:
|
|
src: backend.tfvars.j2
|
|
dest: "{{ playbook_dir }}/../infra/backend.tfvars"
|