diff --git a/.infra/Freyfile.hcl b/.infra/Freyfile.hcl index 107aa1b..3a2fb56 100644 --- a/.infra/Freyfile.hcl +++ b/.infra/Freyfile.hcl @@ -10,6 +10,10 @@ global { } defaults { host_key_checking = false + ansible_managed = "Ansible managed" + } + ssh_connection { + pipelining = true } } }