Commit a666c67e authored by nanahira's avatar nanahira

cockpit-machines

parent b48b4b54
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
apt: apt:
state: latest state: latest
update_cache: true update_cache: true
name: qemu,qemu-kvm,libvirt-bin,bridge-utils,virtinst,libguestfs-tools,ksmtuned,dmidecode,cockpit name: qemu,qemu-kvm,libvirt-bin,bridge-utils,virtinst,libguestfs-tools,ksmtuned,dmidecode,cockpit,cockpit-machines
- name: python for focal - name: python for focal
become: true become: true
when: ansible_os_family == 'Debian' and ansible_distribution_release == 'focal' when: ansible_os_family == 'Debian' and ansible_distribution_release == 'focal'
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
yum: yum:
state: latest state: latest
update_cache: true update_cache: true
name: sudo,python,kvm,qemu-kvm,qemu-kvm-tools,qemu-img,libvirt,libvirt-python,libguestfs-tools,bridge-utils,virt-install,python-lxml,dmidecode,cockpit name: sudo,python,kvm,qemu-kvm,qemu-kvm-tools,qemu-img,libvirt,libvirt-python,libguestfs-tools,bridge-utils,virt-install,python-lxml,dmidecode,cockpit,cockpit-machines
- name: epel 8 - name: epel 8
become: true become: true
dnf: dnf:
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
when: ansible_os_family == 'RedHat' and ansible_distribution_major_version|int >= 8 when: ansible_os_family == 'RedHat' and ansible_distribution_major_version|int >= 8
dnf: dnf:
state: latest state: latest
name: sudo,python3,qemu-kvm,qemu-img,libvirt,python3-libvirt,libguestfs-tools,virt-install,python3-lxml,dmidecode,cockpit name: sudo,python3,qemu-kvm,qemu-img,libvirt,python3-libvirt,libguestfs-tools,virt-install,python3-lxml,dmidecode,cockpit,cockpit-machines
- name: libvirt service - name: libvirt service
become: true become: true
systemd: systemd:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment