From 34997aeab6c4817897a409611491235a4daaadc6 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Sun, 27 Dec 2015 09:05:25 +0000 Subject: [PATCH] note use of hash_behaviour merge --- examples/qubesformation/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/qubesformation/README.md b/examples/qubesformation/README.md index a34900a..5760bae 100644 --- a/examples/qubesformation/README.md +++ b/examples/qubesformation/README.md @@ -48,7 +48,11 @@ Defining the requisite variables for the creation of the formula ---------------------------------------------------------------- At this point, we need to assign a few variables to each VM we want -to provision. Let's start by defining which inventory host will be +to provision. Due to the fact that this example's Ansible configuration +already includes `hash_behaviour = merge` to merge variables +from different sources, this process will be very easy and flexible. + +Let's start by defining which inventory host will be the `dom0` for all of the VMs (yes, this system is compatible with it being used on multiple Qubes OS machines, so we cannot just assume that there's a single `dom0`).