db-fas01.iad2: move back to rhel7, fas is not happy with new postgres

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-20 14:38:48 -07:00
parent 17fd242e1b
commit b9eed95b04
2 changed files with 3 additions and 2 deletions

View file

@ -7,8 +7,8 @@ eth0_ip: 10.3.163.42
vmhost: vmhost-x86-01.iad2.fedoraproject.org vmhost: vmhost-x86-01.iad2.fedoraproject.org
datacenter: iad2 datacenter: iad2
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-8-ext ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
ks_repo: http://209.132.181.6/repo/rhel/RHEL8-x86_64/ ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
# This is a generic list, monitored by collectd # This is a generic list, monitored by collectd
databases: databases:

View file

@ -39,6 +39,7 @@
stream=12 stream=12
profiles= profiles=
state=enabled state=enabled
when: ansible_distribution_major_version|int >= 8 and ansible_distribution == 'RedHat'
- name: install postgresql server packages (dnf) - name: install postgresql server packages (dnf)
package: package: