Created
April 9, 2020 20:14
-
-
Save github-somerandomguy-xyz/09eddee1e1829e816faa1c59caa9bd6b to your computer and use it in GitHub Desktop.
autostart and ensure that the pool is active
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: autostart the storage pool | |
virt_pool: | |
autostart: yes | |
name: "{{ image_pool_name }}" | |
uri: "{{ libvirt_uri }}" | |
- name: ensure that the pool is active | |
virt_pool: | |
state: active | |
name: "{{ image_pool_name }}" | |
uri: "{{ libvirt_uri }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment