Skip to content

Commit

Permalink
ansible: add libvirt role
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Apr 23, 2020
1 parent aa24d08 commit 3aea027
Show file tree
Hide file tree
Showing 4 changed files with 563 additions and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/mescalina.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
- { role: common, tags: ['common'] }
- { role: ssh_root, tags: ['ssh_root'] }
- { role: sudo, tags: ['sudo'] }

- { role: libvirt, tags: ['libvirt'] }
18 changes: 18 additions & 0 deletions roles/libvirt/files/libvirt.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# This can be used to setup URI aliases for frequently
# used connection URIs. Aliases may contain only the
# characters a-Z, 0-9, _, -.
#
# Following the '=' may be any valid libvirt connection
# URI, including arbitrary parameters

#uri_aliases = [
# "hail=qemu+ssh://[email protected]/system",
# "sleet=qemu+ssh://[email protected]/system",
#]

#
# These can be used in cases when no URI is supplied by the application
# (@uri_default also prevents probing of the hypervisor driver).
#
uri_default = "qemu:///system"
Loading

0 comments on commit 3aea027

Please sign in to comment.