From ad507411e2852aeecbf42e4696f4b185b53ea93b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 18 Jan 2021 15:34:48 -0800 Subject: [PATCH] virthost: drop some old stuff we no longer need Signed-off-by: Kevin Fenzi --- roles/virthost/tasks/main.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/roles/virthost/tasks/main.yml b/roles/virthost/tasks/main.yml index 8d0dac85f8..f4ff365a5f 100644 --- a/roles/virthost/tasks/main.yml +++ b/roles/virthost/tasks/main.yml @@ -4,16 +4,6 @@ - name: set selinux to enforcing selinux: policy=targeted state=enforcing -- name: install libvirt packages on rhel6 virthosts - package: name={{ item }} state=present - with_items: - - qemu-kvm - - libvirt - - python-virtinst - tags: - - packages - when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 6 - - name: install openstack 7 repo file copy: src=rhel7-os.repo dest=/etc/yum.repos.d/rhel7-os.repo tags: @@ -21,20 +11,6 @@ - rhel7-os-repo when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 7 and ansible_architecture == 'x86_64' -- name: install RHEV/ppc64le for el7 repo file - copy: src=rhel7-rhev-ppc64le.repo dest=/etc/yum.repos.d/rhel7-rhev-ppc64le.repo - tags: - - repos - - rhel7-rhev-ppc64le - when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 7 and ansible_architecture == 'ppc64le' - -#- name: install RHEV/aarch64 for el7 repo file -# copy: src=rhel7-rhev-aarch64.repo dest=/etc/yum.repos.d/rhel7-rhev-aarch64.repo -# tags: -# - repos -# - rhel7-rhev-aarch64 -# when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 7 and ansible_architecture == 'aarch64' - - name: install libvirt packages on rhel7 virthosts package: name={{ item }} state=present with_items: