From 0f88915390bc4ce5c1717229297bc408f3f4c4d8 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Mon, 21 Dec 2015 02:02:35 +0000 Subject: [PATCH] clarify other aspects --- examples/ansible/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/ansible/README.md b/examples/ansible/README.md index 86ab992..bdb403d 100644 --- a/examples/ansible/README.md +++ b/examples/ansible/README.md @@ -14,7 +14,8 @@ Get yourself ready to test this example: 1. Create or designate an AppVM where you'll run this example. We'll assume it will be called `manager` in this text. 2. Install the `git` and the `ansible` programs on the TemplateVM of that - designated `manager` VM. + designated `manager` VM. In the latest Qubes OS release, + `sudo dnf install git ansible` from a terminal window would do the trick. 3. Power off both the `manager` and its Template VM. 4. Start the `manager` VM. 5. Open a terminal window on it. @@ -166,7 +167,7 @@ For a quick primer on how to run playbooks, here are the essentials: ansible-playbook -v [-l ] This would tell `ansible-playbook` to run every step of the playbook file -in order, on all the hosts it targets on each `hosts` stanza. Should you +in order, on all the hosts the playbook targets. Should you want to limit your run to a subset of the hosts, you can use the `-l` argument and pass those hosts, which are in the exact same format as the one taken by the `ansible` command on its hosts specification list.