We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46083a3 commit 0de2e15Copy full SHA for 0de2e15
README.md
@@ -12,7 +12,7 @@ The host should have Virtualization Technology (VT) enabled.
12
Role Variables
13
--------------
14
15
-`libvirt_host_networks` is a list of pools to define and start. Each item
+`libvirt_host_pools` is a list of pools to define and start. Each item
16
should be a dict containing the following items:
17
- `name` The name of the pool.
18
- `type` The type of the pool, currently only `dir` is supported.
@@ -41,7 +41,7 @@ Example Playbook
41
- name: Ensure that Libvirt is configured
42
hosts: all
43
roles:
44
- - role: libvirt-host
+ - role: stackhpc.libvirt-host
45
libvirt_host_pools:
46
- name: my-pool
47
type: dir
0 commit comments