From 582f9f4b37dea52c82dedb7951dc75fff2f14979 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Sun, 27 Dec 2015 09:03:48 +0000 Subject: [PATCH] enhance docs to point to the ansible.cfg file --- examples/qubesformation/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/qubesformation/README.md b/examples/qubesformation/README.md index 12dd73b..a34900a 100644 --- a/examples/qubesformation/README.md +++ b/examples/qubesformation/README.md @@ -18,7 +18,9 @@ This example assumes you are familiar with: * [the previous example](../ansible/) * Ansible concepts like the inventory, host vars, group vars, and the like -* the [Salt management stack in Qubes](https://www.qubes-os.org/news/2015/12/14/mgmt-stack/). +* the [Salt management stack in Qubes](https://www.qubes-os.org/news/2015/12/14/mgmt-stack/) +* how to set up your [`ansible.cfg`](./ansible.cfg) to point Ansible to the + `library` and `action_plugins` directories containing the requisite code. Additionally, we assume that you are running this sample Ansible setup within an AppVM on your Qubes OS machine -- similar to what we did in the basic