Skip to content

Instantly share code, notes, and snippets.

@github-somerandomguy-xyz
Last active April 11, 2020 07:21
Show Gist options
  • Save github-somerandomguy-xyz/722fe6449865a31fadb4fef29bb632af to your computer and use it in GitHub Desktop.
Save github-somerandomguy-xyz/722fe6449865a31fadb4fef29bb632af to your computer and use it in GitHub Desktop.
Enable service libvirt, and start if not started & adding existing user ansible to group libvirt/-qemu
- name: Enable service libvirt, and start if not started
service:
name: libvirtd
enabled: yes
state: started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment