From 757574ee035dbf4a32eb428c4ac0731a94a818b4 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 27 Feb 2012 21:13:44 -0500 Subject: [PATCH] Make templating example make more sense --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa83a4056a2..db136a46057 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,9 @@ Templating JSON files can be placed for template metadata using Jinja2. Variables placed by 'setup' can be reused between ansible runs. - * ansible -p "*" -n setup -a "ntp_server=192.168.1.1" + * ansible -p "*" -n setup -a "favcolor=red ntp_server=192.168.1.1" * ansible -p "*" -n template /srv/motd.j2 /etc/motd - * ansible -p "*" -n template /srv/foo.j2 /etc/foo + * ansible -p "*" -n template /srv/ntp.j2 /etc/ntp.conf Very soon, templates will be able to also include facter and ohai variables.