virthost: drop some old stuff we no longer need

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-01-18 15:34:48 -08:00
parent 74b513df72
commit ad507411e2

View file

@ -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: