test hyperlinking, 6

This commit is contained in:
Manuel Amador (Rudd-O) 2015-12-21 01:52:18 +00:00
parent f8128851a3
commit 150ba01a3c

View File

@ -160,17 +160,17 @@ taken by the `ansible` command on its hosts specification list.
We ship several different sample playbooks: We ship several different sample playbooks:
* `test-nofacts.yml`: logs into the specified machines and retrieves * [`test-nofacts.yml`](./test-nofacts.yml): logs into the specified machines
variables, but without the fact gathering process, leaving the collected and retrieves variables, but without the fact gathering process, leaving
environment in a `/tmp/` directory. the collected environment in a `/tmp/` directory.
* `test-facts.yml`: does the same thing, but collects facts about the targeted * [`test-facts.yml`](./test-facts.yml): does the same thing, but collects
hosts before dumping the variables. facts about the targeted hosts before dumping the variables.
* `editors.yml`: deploys some text editors on your template VMs (assumed * [`editors.yml`](./editors.yml): deploys some text editors on your
to be Fedora). template VMs (assumed to be Fedora).
* `qubes-service.yml`: deploys a Qubes service to your template VM, which * [`qubes-service.yml`](./qubes-service.yml): deploys a Qubes service to
can later be turned on via the Services tab of the properties window of your template VM, which can later be turned on via the Services tab
VMs based on the template. In the example, the service is named of the properties window of VMs based on the template. In the example,
`qubes-helloworld`, so that would be the name of the service to the service is named `qubes-helloworld`, so that would be the name
add and enable on the Services tab. of the service toadd and enable on the Services tab.
More will come as time goes by. For now, that's all. Happy hacking! More will come as time goes by. For now, that's all. Happy hacking!