From 8f327e76cf92358c17f91600dc08e2bf8062c6fe Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Wed, 12 Oct 2016 22:14:59 +0200 Subject: [PATCH] Improved ansible_managed setting This prevents changed: True on templates when provisioning from multiple machines --- .infra/Freyfile.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/.infra/Freyfile.hcl b/.infra/Freyfile.hcl index ca9166d..78914b1 100644 --- a/.infra/Freyfile.hcl +++ b/.infra/Freyfile.hcl @@ -10,6 +10,7 @@ global { } defaults { host_key_checking = false + ansible_managed = "Ansible managed" } } }