mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 19:45:46 +07:00
update virtualization tasks
This commit is contained in:
parent
d97d8c67e6
commit
08e696768a
@ -8,19 +8,19 @@
|
||||
# bold_font Operator Mono Thick
|
||||
# bold_italic_font Operator Mono Medium
|
||||
# font_family Input Mono
|
||||
font_family Fantasque Sans Mono
|
||||
font_family Iosevka
|
||||
italic_font auto
|
||||
bold_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
# Font size (in pts)
|
||||
font_size 12.0
|
||||
font_size 11.0
|
||||
|
||||
background_opacity 1
|
||||
dynamic_background_opacity no
|
||||
|
||||
tab_bar_style powerline
|
||||
tab_bar_min_tabs 1
|
||||
tab_bar_min_tabs 2
|
||||
|
||||
# The cursor shape can be one of (block, beam, underline)
|
||||
cursor_shape block
|
||||
|
@ -24,11 +24,17 @@
|
||||
append: True
|
||||
user: "{{ username }}"
|
||||
|
||||
- name: Enable libvirt service
|
||||
ansible.builtin.systemd:
|
||||
name: libvirtd
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
- name: Define a new network for virtualization
|
||||
community.libvirt.virt_net:
|
||||
command: define
|
||||
name: jungle
|
||||
xml: '{{ lookup("template", "libvirt/jungle.xml") }}'
|
||||
xml: '{{ lookup("template", "libvirt/jungle.xml.j2") }}'
|
||||
|
||||
- name: Ensure virtualization network active
|
||||
community.libvirt.virt_net:
|
||||
|
Loading…
Reference in New Issue
Block a user