From b62242973828e16efe053588bcbd4e733e471346 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 27 Feb 2012 23:16:46 -0500 Subject: [PATCH] Add note about facter/ohai integration in the template engine --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2fadff821c..967adee9ef0 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,9 @@ placed by 'setup' can be reused between ansible runs. ansible -p "*" -n template /srv/motd.j2 /etc/motd ansible -p "*" -n template /srv/ntp.j2 /etc/ntp.conf -Very soon, templates will be able to also include facter and ohai -variables. +Need something like the fqdn in a template? If facter or ohai are installed, data from these projects +will also be made available to the template engine, using 'facter_' and 'ohai_' +prefixes for each. Git Deployments ===============