Skip to content

Instantly share code, notes, and snippets.

@github-somerandomguy-xyz
Created April 9, 2020 20:14
Show Gist options
  • Save github-somerandomguy-xyz/09eddee1e1829e816faa1c59caa9bd6b to your computer and use it in GitHub Desktop.
Save github-somerandomguy-xyz/09eddee1e1829e816faa1c59caa9bd6b to your computer and use it in GitHub Desktop.
autostart and ensure that the pool is active
- 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